Skip to content

Commit

Permalink
(ci): update test.yml to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
8BitJonny authored Jan 31, 2024
1 parent 5b00bac commit 4f40415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- run: npm ci
- run: |
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- run: npm ci
- name: Build Action
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- run: npm ci
- name: Build Action
Expand Down

0 comments on commit 4f40415

Please sign in to comment.