Skip to content

Commit

Permalink
Update CI to NodeJS v20
Browse files Browse the repository at this point in the history
commit_hash:b6cfd5634056d5994dd18f965d8df08a70f4c417
  • Loading branch information
sabio committed Sep 16, 2024
1 parent f4dafa2 commit f49e186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm
- name: Install
run: npm ci
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm
- name: Install
run: npm ci
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm
- name: Install
run: npm ci
Expand Down

0 comments on commit f49e186

Please sign in to comment.