Skip to content

Commit

Permalink
Update to node 20 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju authored Aug 9, 2024
1 parent 8bbde56 commit 6a41329
Show file tree
Hide file tree
Showing 4 changed files with 984 additions and 594 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: "Install"
run: |
npm install
Expand All @@ -32,10 +32,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: "Build action for test"
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ outputs:
ALLOW_ROLLBACK:
description: 'Whether or not rollback should be allowed. true/false.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 6a41329

Please sign in to comment.