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 dd2f9bd commit 08abc7fCopy full SHA for 08abc7f
1 file changed
.github/workflows/nodejs.yml
@@ -41,7 +41,7 @@ jobs:
41
node-version:
42
# action based on https://github.com/actions/node-versions/releases
43
# see also: https://nodejs.org/en/about/releases/
44
- - "25" # Current
+ - "26" # Current
45
- "24" # Active LTS
46
- "22"
47
- "20"
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
126
127
pnpm-version: [ "latest" ]
0 commit comments