Skip to content

Commit

Permalink
update to node-20 (fixes #139, via #141)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored May 13, 2024
1 parent 59c99f6 commit 0181c1c
Show file tree
Hide file tree
Showing 5 changed files with 34,449 additions and 11,225 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run build
Expand All @@ -36,9 +36,9 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
default: ${{ github.token }}
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'play'
Expand Down
35,732 changes: 30,808 additions & 4,924 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0181c1c

Please sign in to comment.