Skip to content

Commit

Permalink
build: use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Sep 22, 2024
1 parent c356cac commit 7f4dde5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
--health-interval 4s
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
Expand All @@ -48,10 +48,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 7f4dde5

Please sign in to comment.