File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : setup-node
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20 .x
19
+ node-version : 22 .x
20
20
cache : " npm"
21
21
cache-dependency-path : " **/package-lock.json"
22
22
- name : install
48
48
- name : setup-node
49
49
uses : actions/setup-node@v4
50
50
with :
51
- node-version : 20 .x
51
+ node-version : 22 .x
52
52
cache : " npm"
53
53
cache-dependency-path : " **/package-lock.json"
54
54
- name : install
78
78
- name : setup-node
79
79
uses : actions/setup-node@v4
80
80
with :
81
- node-version : 20 .x
81
+ node-version : 22 .x
82
82
cache : " npm"
83
83
cache-dependency-path : " **/package-lock.json"
84
84
- name : install
Original file line number Diff line number Diff line change 11
11
- name : Setup Node
12
12
uses : actions/setup-node@v4
13
13
with :
14
- node-version : " 20 .x"
14
+ node-version : " 22 .x"
15
15
registry-url : " https://registry.npmjs.org"
16
16
- name : Install dependencies and build 🔧
17
17
run : npm ci && npm run build
Original file line number Diff line number Diff line change 1
- FROM node:21 -alpine as base
1
+ FROM node:22 -alpine as base
2
2
3
3
WORKDIR /
4
4
You can’t perform that action at this time.
0 commit comments