Skip to content

Commit

Permalink
Update build workflow to use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy authored and ecampidoglio committed Apr 15, 2024
1 parent 21a7b5e commit 23cd30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Get the sources
uses: actions/checkout@v1
- name: Install Node 16
- name: Install Node 20
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- name: Restore the dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 23cd30c

Please sign in to comment.