File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
fetch-depth : ' 0'
29
29
- uses : pnpm/action-setup@v2.2.4
30
30
with :
31
- version : 7
31
+ version : 8
32
32
- uses : actions/setup-node@v3
33
33
with :
34
- node-version : 16.14.2
34
+ node-version : 18.15.0
35
35
registry-url : https://registry.npmjs.org/
36
36
cache : ' pnpm'
37
37
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
repository : ${{github.event.pull_request.head.repo.full_name}}
17
17
- uses : pnpm/action-setup@v2.2.4
18
18
with :
19
- version : 7
19
+ version : 8
20
20
- uses : actions/setup-node@v3
21
21
with :
22
- node-version : 16.14.2
22
+ node-version : 18.15.0
23
23
cache : ' pnpm'
24
24
- name : Install dependencies
25
25
run : pnpm --filter "./packages/**" --filter form --prefer-offline install --no-frozen-lockfile
You can’t perform that action at this time.
0 commit comments