File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
# Go
22
22
steps :
23
23
- name : Check out repo
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Set up Node.js
27
- uses : actions/setup-node@v2
27
+ uses : actions/setup-node@v3
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
30
@@ -67,12 +67,12 @@ jobs:
67
67
# Go
68
68
steps :
69
69
- name : Check out repo
70
- uses : actions/checkout@v2
70
+ uses : actions/checkout@v3
71
71
72
72
- name : Set up Node.js
73
- uses : actions/setup-node@v2
73
+ uses : actions/setup-node@v3
74
74
with :
75
- node-version : 14
75
+ node-version : lts/*
76
76
registry-url : https://registry.npmjs.org/
77
77
78
78
# - name: Install
93
93
94
94
# Set up Node again, this time using GitHub as the publish target
95
95
- name : Set up Node.js
96
- uses : actions/setup-node@v2
96
+ uses : actions/setup-node@v3
97
97
with :
98
- node-version : 14
98
+ node-version : lts/*
99
99
registry-url : https://npm.pkg.github.com/
100
100
101
101
- name : Notify
You can’t perform that action at this time.
0 commit comments