Skip to content

Commit

Permalink
Merge pull request #248 from kitsuyui/update-node-version
Browse files Browse the repository at this point in the history
Update Node.js (Use v20)
  • Loading branch information
kitsuyui authored Oct 31, 2023
2 parents bc0b032 + c994755 commit b872471
Show file tree
Hide file tree
Showing 6 changed files with 33,128 additions and 18,080 deletions.
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:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
cache-dependency-path: pnpm-lock.yaml

Expand Down
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ inputs:
required: false

runs:
# We should use node18, but it seems that it is not supported yet
# tsconfig.json has target es2016, so it should work properly with node16
# https://json.schemastore.org/github-action.json
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit b872471

Please sign in to comment.