Skip to content

Commit a03496d

Browse files
chore(deps): update dependency node to v22
1 parent eaeb0b5 commit a03496d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr_checks.yml

+3-3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: "20.x"
14+
node-version: "22.x"
1515
registry-url: "https://registry.npmjs.org"
1616
- name: Install dependencies and build 🔧
1717
run: npm ci && npm run build

packages/sign-client/Dockerfile

+1-1
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)