Skip to content

Commit

Permalink
Update Node.js versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Jan 16, 2024
1 parent 12384cb commit 24c8094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# Support LTS versions based on https://nodejs.org/en/about/releases/
node-version: ['14', '16']
node-version: ['16', '18', '20']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 24c8094

Please sign in to comment.