Skip to content

Commit

Permalink
[TEST] update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 4, 2024
1 parent 1c37982 commit 3dbc0a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ on:

jobs:
test:
name: Node
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js v${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm test
Expand Down

0 comments on commit 3dbc0a7

Please sign in to comment.