Skip to content

Commit

Permalink
chore: modernize node matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 6, 2023
1 parent e12fbf2 commit 99bad61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["12", "14", "16"]
node: ["16", "18", "19"]
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16

0 comments on commit 99bad61

Please sign in to comment.