File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
build :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
19
- - name : Use Node.js 16.x
20
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0
18
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
19
+ - name : Setup Node.js
20
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
21
21
with :
22
- node-version : 16 .x
22
+ node-version : 20 .x
23
23
- name : Lint
24
24
run : |
25
25
npm install
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
build :
16
16
runs-on : macOS-latest
17
17
steps :
18
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
19
- - name : Use Node.js 16.x
20
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0
18
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
19
+ - name : Setup Node.js
20
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
21
21
with :
22
- node-version : 16 .x
22
+ node-version : 20 .x
23
23
- name : npm install, build, and test
24
24
run : |
25
25
npm install
You can’t perform that action at this time.
0 commit comments