Skip to content

Commit

Permalink
Update Node.js version in GitHub Workflow
Browse files Browse the repository at this point in the history
The Node.js version used in the npm-publish GitHub workflow has been updated. Previously, version 16.x was used, but it has now been updated to version 20.x, bringing it up-to-date with the latest Node.js version.
  • Loading branch information
HichemTab-tech committed Jun 11, 2024
1 parent baf9d3a commit 5757792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 5757792

Please sign in to comment.