|
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Installing Node
|
|
|
- uses: actions/[email protected].0
|
|
|
+ uses: actions/[email protected].1
|
|
|
with:
|
|
|
node-version: 16
|
|
|
|
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Installing Node
|
|
|
- uses: actions/[email protected].0
|
|
|
+ uses: actions/[email protected].1
|
|
|
with:
|
|
|
node-version: 16
|
|
|
|
|
|
@@ -144,7 +144,7 @@ jobs:
|
|
|
if: matrix.build-arch != 'x64'
|
|
|
|
|
|
- name: Install Node (x64)
|
|
|
- uses: actions/[email protected].0
|
|
|
+ uses: actions/[email protected].1
|
|
|
with:
|
|
|
node-version: 16
|
|
|
if: matrix.build-arch == 'x64'
|
|
|
@@ -293,7 +293,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Installing Node
|
|
|
- uses: actions/[email protected].0
|
|
|
+ uses: actions/[email protected].1
|
|
|
with:
|
|
|
node-version: 16
|
|
|
|