Commit d7db51c 1 parent e9ab5c6 commit d7db51c Copy full SHA for d7db51c
File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 12
12
# - 'macos-latest'
13
13
# - 'windows-latest'
14
14
node_version :
15
+ - ' 22'
16
+ - ' 20'
15
17
- ' 18'
16
18
- ' 16'
17
19
- ' 14'
@@ -20,22 +22,18 @@ jobs:
20
22
runs-on : ${{ matrix.os }}
21
23
steps :
22
24
- name : Checkout
23
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
24
26
25
27
- name : Setup Node.js
26
- uses : actions/setup-node@v3
28
+ uses : actions/setup-node@v4
27
29
with :
28
30
node-version : ${{ matrix.node_version }}
29
31
30
- # https://github.com/bahmutov/npm-install/issues/103#issuecomment-931226602
31
- - name : Update NPM
32
- run : npm install --global npm@8
33
-
34
32
- name : Install Dependencies
35
33
run : npm ci
36
34
37
35
- name : Lint
38
- if : matrix.node_version == '18 '
36
+ if : matrix.node_version == '22 '
39
37
run : npm run lint
40
38
41
39
- name : Run Tests
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Setup Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
17
17
- name : Install dependencies
18
18
run : npm i
You can’t perform that action at this time.
0 commit comments