Skip to content

Commit

Permalink
feat: review node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo committed Jun 20, 2023
1 parent 86628b5 commit 13b79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit 13b79be

Please sign in to comment.