Skip to content

Commit

Permalink
Bump node version to 22 in GitHub actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
kynatro committed Jan 20, 2025
1 parent 70e43a6 commit 732b548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '22.x'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '22.x'
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down

0 comments on commit 732b548

Please sign in to comment.