We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d71030 commit 9478bf1Copy full SHA for 9478bf1
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
# If you change these, don't forget to update carryforward in the finish
14
# step as well.
15
- node-version: [14, 16, 18, 20]
+ node-version: [16, 18, 20, 22]
16
17
steps:
18
- uses: actions/checkout@v4
@@ -43,4 +43,4 @@ jobs:
43
with:
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
parallel-finished: true
46
- carryforward: "14,16,18,20"
+ carryforward: "16,18,20,22"
.nvmrc
@@ -1 +1 @@
1
-v20.12
+v22.3
0 commit comments