Skip to content

Commit

Permalink
chore: 👷 update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
laruiss committed Oct 21, 2024
1 parent a861d0e commit 528fa45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
VITE_APP_GIT_SHA: ${{github.sha}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install pnpm
run: npm i -g pnpm
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@iconify/vue": "^4.1.2",
"@playwright/test": "1.48.1",
"@storybook/addon-a11y": "^8.3.0",
"@storybook/addon-docs": "^8.3.0",
"@storybook/addon-essentials": "^8.3.0",
Expand Down Expand Up @@ -130,7 +131,6 @@
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"p-debounce": "^4.0.0",
"playwright": "^1.47.0",
"publint": "^0.2.10",
"regenerator-runtime": "^0.14.1",
"rimraf": "^6.0.1",
Expand Down

0 comments on commit 528fa45

Please sign in to comment.