Skip to content

Commit

Permalink
Update Node.js matrix (#222)
Browse files Browse the repository at this point in the history
Also fix matrix resolution.
  • Loading branch information
jakezatecky authored Oct 19, 2023
1 parent 153e32f commit 81268e3
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 @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
node: [18, 20]
steps:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node-version }}
name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node }}
-
name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 81268e3

Please sign in to comment.