Skip to content

Commit

Permalink
chore: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Oct 4, 2024
1 parent b88f986 commit d9a4335
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
node: [20]
name: Node ${{ matrix.node }} Test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm ci
- run: npm test

0 comments on commit d9a4335

Please sign in to comment.