Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hanazuki committed Dec 28, 2023
1 parent 6d82e48 commit 6c6faa6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: npm
cache-dependency-path: |
package-lock.json
example/package-lock.json
- name: Setup corepack
run: |
type corepack || npm install -g corepack
corepack enable npm
- name: Install
run: npm ci
Expand All @@ -31,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16]
node: [18, 20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -41,9 +39,9 @@ jobs:
cache: npm
cache-dependency-path: |
package-lock.json
example/package-lock.json
- name: Setup corepack
run: |
type corepack || npm install -g corepack
corepack enable npm
- name: Install
run: |
Expand Down

0 comments on commit 6c6faa6

Please sign in to comment.