Skip to content

Commit

Permalink
chore: use node 20 in all github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Jan 26, 2024
1 parent 88592d3 commit 514e4ec
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-to-npm-as-latest.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: '12.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- name: Get the version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm-as-prerelease.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: '12.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- name: Get the version
Expand Down

0 comments on commit 514e4ec

Please sign in to comment.