Skip to content

Commit

Permalink
chore: bump CI/CD (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn authored Sep 8, 2023
1 parent 39d6c3c commit 1a3561e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
fetch-depth: '0'
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 18.15.0
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 18.15.0
cache: 'pnpm'
- name: Install dependencies
run: pnpm --filter "./packages/**" --filter form --prefer-offline install --no-frozen-lockfile
Expand Down

0 comments on commit 1a3561e

Please sign in to comment.