Skip to content

Commit 1a3561e

Browse files
authored
chore: bump CI/CD (#448)
1 parent 39d6c3c commit 1a3561e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
fetch-depth: '0'
2929
- uses: pnpm/action-setup@v2.2.4
3030
with:
31-
version: 7
31+
version: 8
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: 16.14.2
34+
node-version: 18.15.0
3535
registry-url: https://registry.npmjs.org/
3636
cache: 'pnpm'
3737
- name: Install dependencies

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
repository: ${{github.event.pull_request.head.repo.full_name}}
1717
- uses: pnpm/action-setup@v2.2.4
1818
with:
19-
version: 7
19+
version: 8
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.14.2
22+
node-version: 18.15.0
2323
cache: 'pnpm'
2424
- name: Install dependencies
2525
run: pnpm --filter "./packages/**" --filter form --prefer-offline install --no-frozen-lockfile

0 commit comments

Comments
 (0)