Skip to content

Commit

Permalink
chore: bump pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed May 8, 2024
1 parent 07fec13 commit 6bda520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: '8.x'
version: '9.x'

- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@sand4rt'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: '8.x'
version: '9.x'

- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -26,7 +26,7 @@ jobs:
run: pnpm build

- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: pnpm playwright install --with-deps

- name: Run Playwright tests
run: pnpm test
Expand Down

0 comments on commit 6bda520

Please sign in to comment.