File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,18 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - name : Use Node.js 18
16
- uses : actions/setup-node@v4
17
- with :
18
- node-version : ' 18'
19
- cache : ' pnpm'
20
-
15
+
21
16
- name : Install pnpm
22
17
uses : pnpm/action-setup@v4
23
18
with :
24
19
version : 9
25
20
21
+ - name : Use Node.js 22
22
+ uses : actions/setup-node@v4
23
+ with :
24
+ node-version : ' 22'
25
+ cache : ' pnpm'
26
+
26
27
- name : Install Dependencies
27
28
run : pnpm install --frozen-lockfile
28
29
@@ -40,16 +41,17 @@ jobs:
40
41
41
42
steps :
42
43
- uses : actions/checkout@v4
43
- - name : Use Node.js ${{ matrix.node-version }}
44
- uses : actions/setup-node@v4
45
- with :
46
- node-version : ' 18'
47
- cache : ' pnpm'
48
-
44
+
49
45
- name : Install pnpm
50
46
uses : pnpm/action-setup@v4
51
47
with :
52
48
version : 9
53
49
50
+ - name : Use Node.js 22
51
+ uses : actions/setup-node@v4
52
+ with :
53
+ node-version : ' 22'
54
+ cache : ' pnpm'
55
+
54
56
- name : Build docker image
55
57
run : docker build -t typescript-project .
You can’t perform that action at this time.
0 commit comments