Skip to content

Commit

Permalink
chore: increase node version in workflows to v20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jul 16, 2024
1 parent 2a0a8f7 commit 537ba12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [ opened, synchronize ]

env:
NODE_VERSION: 18
NODE_VERSION: 20
NODE_REGISTRY: 'https://registry.npmjs.org'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
NODE_VERSION: 18
NODE_VERSION: 20

permissions:
packages: write
Expand Down

0 comments on commit 537ba12

Please sign in to comment.