Skip to content

Commit 08abc7f

Browse files
committed
chore(ci): node26
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent dd2f9bd commit 08abc7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version:
4242
# action based on https://github.com/actions/node-versions/releases
4343
# see also: https://nodejs.org/en/about/releases/
44-
- "25" # Current
44+
- "26" # Current
4545
- "24" # Active LTS
4646
- "22"
4747
- "20"
@@ -82,7 +82,7 @@ jobs:
8282
node-version:
8383
# action based on https://github.com/actions/node-versions/releases
8484
# see also: https://nodejs.org/en/about/releases/
85-
- "25" # Current
85+
- "26" # Current
8686
- "24" # Active LTS
8787
- "22"
8888
- "20"
@@ -121,7 +121,7 @@ jobs:
121121
node-version:
122122
# action based on https://github.com/actions/node-versions/releases
123123
# see also: https://nodejs.org/en/about/releases/
124-
- "25" # Current
124+
- "26" # Current
125125
- "24" # Active LTS
126126
- "22"
127127
pnpm-version: [ "latest" ]

0 commit comments

Comments
 (0)