Skip to content

Commit

Permalink
ci: fix flow by updating pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Apr 1, 2024
1 parent 09cf1d2 commit d6f35f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.17.0
- run: npm install -g pnpm@5.3
node-version: 18.17.1
- run: npm install -g pnpm@8.7.1

- run: pnpm install
- run: npx playwright install --with-deps
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -43,7 +43,6 @@
],
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/mime": "^4.0.0",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
Expand Down
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6f35f6

Please sign in to comment.