Skip to content

Commit 7bdafbb

Browse files
committed
Update to Node v24
1 parent c8b7f5b commit 7bdafbb

File tree

8 files changed

+719
-698
lines changed

8 files changed

+719
-698
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VARIANT="22"
1+
ARG VARIANT="24"
22

33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
44

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"args": {
6-
"VARIANT": "22"
6+
"VARIANT": "24"
77
}
88
},
99
"extensions": [

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
node_version:
1010
description: The Node.js version.
1111
required: false
12-
default: '22'
12+
default: '24'
1313
registry_url:
1414
description: The Node.js package registry URL.
1515
required: false

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
description: The Node.js version.
99
type: string
1010
required: false
11-
default: '22'
11+
default: '24'
1212
secrets:
1313
node_auth_token:
1414
description: The Node.js auth token.

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
node:
23-
- '20'
2423
- '22'
24+
- '24'
2525
include:
2626
- os: ubuntu-latest
2727
os_name: Linux
@@ -43,8 +43,8 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
node:
46-
- '20'
4746
- '22'
47+
- '24'
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@v4
@@ -71,8 +71,8 @@ jobs:
7171
os:
7272
- ubuntu-latest
7373
node:
74-
- '20'
7574
- '22'
75+
- '24'
7676
include:
7777
- os: ubuntu-latest
7878
os_name: Linux
@@ -128,8 +128,8 @@ jobs:
128128
fail-fast: false
129129
matrix:
130130
node:
131-
- '20'
132131
- '22'
132+
- '24'
133133
steps:
134134
- name: Checkout
135135
uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)