File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Setup Node.js Environment
13
- uses : actions/setup-node@v2.1.2
13
+ uses : actions/setup-node@v3
14
14
with :
15
- node-version : ^14.17.5
15
+ node-version : 16.x
16
16
17
- - name : Install npm@7
18
- run : npm install -g npm@8.3.1
17
+ - name : Install npm
18
+ run : npm install -g npm@8.19.4
19
19
20
20
- name : Run node-gyp bug workaround script
21
21
run : |
Original file line number Diff line number Diff line change 12
12
name : Rebuild changelog
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v1
15
+ - uses : actions/checkout@v3
16
+ with :
17
+ fetch-depth : 0
16
18
- name : Set up Git
17
19
run : |
18
20
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments