File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
16
16
strategy :
17
17
matrix :
18
- node-version : [12.x ]
18
+ node : [20 ]
19
19
20
20
steps :
21
21
- uses : actions/checkout@v2
22
- - name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v1
22
+ - name : Use Node.js ${{ matrix.node }}
23
+ uses : actions/setup-node@v4
24
24
with :
25
- node-version : ${{ matrix.node-version }}
25
+ node-version : ${{ matrix.node }}
26
26
- run : npm install
27
27
- run : npm run lint
28
28
- run : npm run types
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : actions/setup-node@v1
13
+ - uses : actions/setup-node@v4
14
14
with :
15
- node-version : 12
15
+ node-version : 20
16
16
registry-url : https://registry.npmjs.org/
17
17
18
18
- name : Install packages
You can’t perform that action at this time.
0 commit comments