File tree Expand file tree Collapse file tree 4 files changed +725
-753
lines changed Expand file tree Collapse file tree 4 files changed +725
-753
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
22
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
22
+ - uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
23
23
with :
24
24
cache : npm
25
25
node-version : lts/*
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
24
24
- name : " Use Node.js ${{ matrix.node-version }}"
25
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
25
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
26
26
with :
27
27
node-version : " ${{ matrix.node-version }}"
28
28
cache : npm
36
36
steps :
37
37
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
38
38
- name : " Use Node.js ${{ matrix.node-version }}"
39
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
39
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
40
40
with :
41
41
node-version : " ${{ matrix.node-version }}"
42
42
cache : npm
You can’t perform that action at this time.
0 commit comments