Skip to content

Commit 1ff450c

Browse files
chore(deps): update dependency node to v22
1 parent 7bcb116 commit 1ff450c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "20.x"
34+
node-version: "22.x"
3535
registry-url: "https://registry.npmjs.org"
3636

3737
- name: Install dependencies and build 🔧

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)