File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20
19
+ node-version : 22
20
20
- run : npm ci
21
21
- run : npm test
22
22
env :
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 20
21
+ node-version : 22
22
22
- run : npm ci
23
23
- run : npm test
24
24
env :
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v4
10
- - name : Use Node.js 20 .x
10
+ - name : Use Node.js 22 .x
11
11
uses : actions/setup-node@v4
12
12
with :
13
- node-version : 20 .x
13
+ node-version : 22 .x
14
14
- run : npm ci
15
15
- run : |
16
16
npm run build
@@ -128,10 +128,10 @@ jobs:
128
128
ts : [4, 5]
129
129
steps :
130
130
- uses : actions/checkout@v4
131
- - name : Use Node.js 20 .x
131
+ - name : Use Node.js 22 .x
132
132
uses : actions/setup-node@v4
133
133
with :
134
- node-version : 20 .x
134
+ node-version : 22 .x
135
135
- name : Install deps
136
136
run : npm ci
137
137
- name : Install TypeScript ${{ matrix.ts }}
You can’t perform that action at this time.
0 commit comments