Skip to content

Commit

Permalink
fix: upgrade node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rintoj committed Jun 3, 2024
1 parent 1d03979 commit 0be72df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- run: yarn --pure-lockfile
- run: yarn run lint
- run: yarn run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'
- run: yarn --pure-lockfile
- run: yarn run build
- run: yarn run semantic-release
Expand Down

0 comments on commit 0be72df

Please sign in to comment.