Skip to content

Commit

Permalink
Updated Node.js version in publish action to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Jan 6, 2025
1 parent a491970 commit e3a2319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20' # or the node version you're using
node-version: '22' # or the node version you're using
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
Expand Down

0 comments on commit e3a2319

Please sign in to comment.