Skip to content

Commit

Permalink
add 20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Aug 19, 2024
1 parent 27e06b5 commit bbda75a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ env:

jobs:

test-node-20-9:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9
cache: ''
- run: npm i
- run: npm run test:issue

test-node-20-10:
runs-on: ubuntu-latest
steps:
Expand All @@ -35,8 +49,7 @@ jobs:
with:
node-version: 20.10
cache: ''
- run: npm install
- run: npm run test
- run: npm i
- run: npm run test:issue

test-node-20-16:
Expand All @@ -50,6 +63,5 @@ jobs:
with:
node-version: 20.16
cache: ''
- run: npm install
- run: npm run test
- run: npm i
- run: npm run test:issue

0 comments on commit bbda75a

Please sign in to comment.