Skip to content

Commit

Permalink
Update github actions to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiraud committed Feb 21, 2024
1 parent 641cfc0 commit c943a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit c943a29

Please sign in to comment.