Skip to content

Commit b0f5a4b

Browse files
committed
use different action cause actions/setup-node#1275
1 parent b64f556 commit b0f5a4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Install and run lint
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Install, build and run test
43-
uses: actions/setup-node@v2
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: ${{ matrix.node-version }}
4646
cache: 'npm'
@@ -66,7 +66,7 @@ jobs:
6666
token: ${{ secrets.PAT_TOKEN }}
6767
fetch-depth: 0
6868
- name: Install, build, configure git and lerna publish
69-
uses: actions/setup-node@v2
69+
uses: actions/setup-node@v4
7070
with:
7171
node-version: ${{ matrix.node-version }}
7272
cache: 'npm'
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
- uses: actions/checkout@v2
112112
- name: update-playground
113-
uses: actions/setup-node@v2
113+
uses: actions/setup-node@v4
114114
with:
115115
node-version: ${{ matrix.node-version }}
116116
cache: 'npm'

0 commit comments

Comments
 (0)