Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
linusnorton committed Sep 11, 2023
1 parent ac47bb3 commit 2e6eddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,11 +14,12 @@ jobs:
strategy:
matrix:
version: ['14', '16', '18', '20']
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: {{ matrix.version }}
node-version: ${{ matrix.version }}
cache: npm
- run: npm install
- run: npm test
Expand Down

0 comments on commit 2e6eddd

Please sign in to comment.