Skip to content

Commit

Permalink
⬆️ Update to Node 20 (#91)
Browse files Browse the repository at this point in the history
* Update to Node 20

Update action.yml to use Node 20

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

* Update build.yml to use Node 20
  • Loading branch information
janisozaur authored Feb 5, 2024
1 parent a8f6d09 commit 6eb10ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Use Deno
uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -56,10 +56,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Use Deno
uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Use Deno
uses: denoland/setup-deno@v1
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ outputs:
ex) 2414721
runs:
using: node16
using: node20
main: dist/actions.js

branding:
Expand Down

0 comments on commit 6eb10ae

Please sign in to comment.