Skip to content

Commit e8af64f

Browse files
committed
try to replace setup-node to v3
1 parent d6c04f0 commit e8af64f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
# Node is required for npm
2121
- name: Set up Node
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: "14"
2525
# Install and build Docusaurus website

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: nrwl/nx-set-shas@v2
1919
with:
2020
main-branch-name: 'master'
21-
- uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v3
2222
with:
2323
node-version: '14'
2424
cache: pnpm
@@ -47,7 +47,7 @@ jobs:
4747
uses: nrwl/nx-set-shas@v2
4848
with:
4949
main-branch-name: 'master'
50-
- uses: actions/setup-node@v2
50+
- uses: actions/setup-node@v3
5151
with:
5252
node-version: '14'
5353
cache: pnpm

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
ref: ${{ github.event.inputs.branch }}
19-
- uses: actions/setup-node@v2
19+
- uses: actions/setup-node@v3
2020
with:
2121
cache: pnpm
2222
node-version: "14"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: nrwl/nx-set-shas@v2
1818
with:
1919
main-branch-name: 'master'
20-
- uses: actions/setup-node@v2
20+
- uses: actions/setup-node@v3
2121
with:
2222
node-version: "14"
2323
cache: pnpm
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: 'master'
5050
fetch-depth: 0
51-
- uses: actions/setup-node@v2
51+
- uses: actions/setup-node@v3
5252
with:
5353
cache: pnpm
5454
node-version: "14"

0 commit comments

Comments
 (0)