Skip to content

Commit

Permalink
Update build.yml to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored Feb 4, 2024
1 parent 94c2e68 commit 43cf31d
Showing 1 changed file with 6 additions and 6 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

0 comments on commit 43cf31d

Please sign in to comment.