Skip to content

Commit

Permalink
Test on Node.js 20 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar authored Jun 25, 2024
1 parent c21f6fa commit 5829251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
fail-fast: false
matrix:
node-version:
- 16
- 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 5829251

Please sign in to comment.