Skip to content

Commit 4675b36

Browse files
committed
Merge remote-tracking branch 'makenew/public' into node-22
2 parents 3d43588 + e6ffbd5 commit 4675b36

File tree

8 files changed

+1243
-2084
lines changed

8 files changed

+1243
-2084
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="20"
1+
ARG VARIANT="22"
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": "20"
6+
"VARIANT": "22"
77
}
88
},
99
"extensions": [

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
node_version:
77
description: The Node.js version.
88
required: false
9-
default: '20'
9+
default: '22'
1010
registry_url:
1111
description: The Node.js package registry URL.
1212
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: '20'
11+
default: '22'
1212
outputs:
1313
artifact_name:
1414
description: The artifact name.

.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-
- '18'
2423
- '20'
24+
- '22'
2525
include:
2626
- os: ubuntu-latest
2727
os_name: Linux
@@ -42,8 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
node:
45-
- '18'
4645
- '20'
46+
- '22'
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v4
@@ -67,8 +67,8 @@ jobs:
6767
os:
6868
- ubuntu-latest
6969
node:
70-
- '18'
7170
- '20'
71+
- '22'
7272
include:
7373
- os: ubuntu-latest
7474
os_name: Linux
@@ -113,8 +113,8 @@ jobs:
113113
fail-fast: false
114114
matrix:
115115
node:
116-
- '18'
117116
- '20'
117+
- '22'
118118
steps:
119119
- name: Checkout
120120
uses: actions/checkout@v4

.nvmrc

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

0 commit comments

Comments
 (0)