File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - uses : actions/setup-node@v1
18
+ - uses : actions/setup-node@v3
19
19
with :
20
- node-version : ' 14.x '
20
+ node-version : 18
21
21
- name : Cache node modules
22
22
uses : actions/cache@v1
23
23
env :
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
18
18
19
- - name : Setup Node.js 14 .x
20
- uses : actions/setup-node@master
19
+ - name : Setup Node.js 18 .x
20
+ uses : actions/setup-node@v3
21
21
with :
22
- node-version : 14.x
22
+ node-version : 18
23
23
24
24
- name : Cache node modules
25
25
uses : actions/cache@v1
You can’t perform that action at this time.
0 commit comments