Skip to content

Commit 99bad61

Browse files
committed
chore: modernize node matrix
1 parent e12fbf2 commit 99bad61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ["12", "14", "16"]
13+
node: ["16", "18", "19"]
1414
steps:
1515
- uses: actions/checkout@v3
1616

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16

0 commit comments

Comments
 (0)