Skip to content

Commit

Permalink
chore: upgrade npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 committed Dec 9, 2024
1 parent a78a070 commit 78d2da5
Show file tree
Hide file tree
Showing 7 changed files with 7,109 additions and 16,910 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,19 @@ jobs:
tilt
tilt: ${{ env.TILT_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
node-version-file: .nvmrc
cache: pnpm

- name: Run npm install
run: npm ci
run: pnpm --frozen-lockfile

- name: Eslint
run: npm run lint
run: pnpm run lint

- name: Run Tests
run: npm run tilt:ci
run: pnpm run tilt:ci
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22
18 changes: 9 additions & 9 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"node": ">=20.0.0"
},
"dependencies": {
"chance": "^1.1.11",
"dotenv": "^16.4.5",
"chance": "^1.1.12",
"dotenv": "^16.4.7",
"jws": "^4.0.0",
"playwright-chromium": "^1.39.0",
"wait-on": "^7.2.0",
"yaml": "^2.4.5"
"playwright-chromium": "^1.49.0",
"wait-on": "^8.0.1",
"yaml": "^2.6.1"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/chance": "^1.1.6",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/jws": "^3.2.10",
"@types/node": "^20.14.8",
"@types/node": "^22.10.1",
"@types/wait-on": "^5.3.4",
"jest": "^29.7.0",
"jest-playwright-preset": "^4.0.0",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 78d2da5

Please sign in to comment.