Skip to content

Commit

Permalink
Merge pull request #82 from kokuyouwind/node-20
Browse files Browse the repository at this point in the history
Node 20
  • Loading branch information
marocchino authored Feb 1, 2024
2 parents c6d4654 + 36be1ed commit 18a164f
Show file tree
Hide file tree
Showing 6 changed files with 2,494 additions and 2,489 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- run: npm ci
- run: npm test
- uses: ./
id: versions
with:
path: ".tool-versions"
- uses: actions/setup-node@v4
with:
node-version: ${{ steps.versions.outputs.nodejs }}
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.0.0
nodejs 20.11.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ outputs:
erlang:
description: 'version of erlang'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 18a164f

Please sign in to comment.