Skip to content

Commit

Permalink
Update Github Actions to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kynatro committed Nov 12, 2023
1 parent c956e1c commit 0cf5928
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: '20.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: '20.x'
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down

0 comments on commit 0cf5928

Please sign in to comment.