Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
feat: update node version being used by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Gomes committed May 22, 2023
1 parent fe5b97e commit 2ee2c9f
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: [12, 13, 14, 15, 16, 17, 18]
node-version: [14, 16, 18, 20]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit 2ee2c9f

Please sign in to comment.