Skip to content

Commit e1971b2

Browse files
chore(deps): update dependency node to v22
1 parent dc6a50c commit e1971b2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/pr_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: setup-node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20.x
19+
node-version: 22.x
2020
cache: "npm"
2121
cache-dependency-path: "**/package-lock.json"
2222
- name: install
@@ -48,7 +48,7 @@ jobs:
4848
- name: setup-node
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: 20.x
51+
node-version: 22.x
5252
cache: "npm"
5353
cache-dependency-path: "**/package-lock.json"
5454
- name: install
@@ -78,7 +78,7 @@ jobs:
7878
- name: setup-node
7979
uses: actions/setup-node@v4
8080
with:
81-
node-version: 20.x
81+
node-version: 22.x
8282
cache: "npm"
8383
cache-dependency-path: "**/package-lock.json"
8484
- name: install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: "20.x"
30+
node-version: "22.x"
3131

3232
- name: Install dependencies and build 🔧
3333
run: npm ci && npm run build

.github/workflows/publish_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: "20.x"
37+
node-version: "22.x"
3838
registry-url: "https://registry.npmjs.org"
3939

4040
- name: Install dependencies and build 🔧

.github/workflows/publish_canary_single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: "20.x"
40+
node-version: "22.x"
4141
registry-url: "https://registry.npmjs.org"
4242

4343
- name: Validate dir input 📂

packages/sign-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21-alpine AS base
1+
FROM node:22-alpine AS base
22

33
WORKDIR /
44

0 commit comments

Comments
 (0)