File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Repo
14
- uses : actions/checkout@master
14
+ uses : actions/checkout@v3
15
15
with :
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
19
# synced with #node-version
20
- - name : Setup Node.js 14 .x
21
- uses : actions/setup-node@master
20
+ - name : Setup Node.js 16 .x
21
+ uses : actions/setup-node@v3
22
22
with :
23
- node-version : 14 .x
23
+ node-version : 16 .x
24
24
25
25
- name : Install Dependencies
26
26
run : yarn
27
27
28
28
- name : Create Release Pull Request or Publish to npm
29
29
id : changesets
30
- uses : changesets/action@master
30
+ uses : changesets/action@v1
31
31
with :
32
32
publish : yarn release
33
33
env :
You can’t perform that action at this time.
0 commit comments