Commit ed8ffe6 authored May 16, 2022 Verified
1 parent a3881f0 commit ed8ffe6 Copy full SHA for ed8ffe6
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- uses : actions/checkout@v3
35
- - uses : actions/setup-node@v3.1.1
35
+ - uses : actions/setup-node@v3.2.0
36
36
with :
37
37
node-version : 16.x
38
38
cache : npm
46
46
47
47
steps :
48
48
- uses : actions/checkout@v3
49
- - uses : actions/setup-node@v3.1.1
49
+ - uses : actions/setup-node@v3.2.0
50
50
with :
51
51
node-version : 16.x
52
52
cache : npm
82
82
restore-keys : |
83
83
${{ runner.os }}-node-${{ matrix.node-version }}-npm-
84
84
- name : Use Node.js ${{ matrix.node-version }}
85
- uses : actions/setup-node@v3.1.1
85
+ uses : actions/setup-node@v3.2.0
86
86
with :
87
87
node-version : ${{ matrix.node-version }}
88
88
- name : Install and build
Original file line number Diff line number Diff line change 70
70
# https://github.com/marketplace/actions/checkout
71
71
- uses : actions/checkout@v3
72
72
# https://github.com/marketplace/actions/setup-node-js-environment
73
- - uses : actions/setup-node@v3.1.1
73
+ - uses : actions/setup-node@v3.2.0
74
74
with :
75
75
node-version : 12
76
76
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments