Skip to content

Commit

Permalink
ci: upgrade pnpm and node
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Dec 30, 2024
1 parent 65b68c6 commit 0b80865
Show file tree
Hide file tree
Showing 10 changed files with 12,999 additions and 10,192 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'pnpm'
- name: Check size
uses: andresz1/size-limit-action@master
Expand All @@ -32,11 +32,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand All @@ -54,11 +54,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Check editorconfig
uses: editorconfig-checker/action-editorconfig-checker@v1
uses: editorconfig-checker/action-editorconfig-checker@main
website:
runs-on: ubuntu-latest
name: website
Expand All @@ -81,11 +81,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodejs 22.4.1
pnpm 9.9.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.27.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"browserslist": "^4.17.3",
"chart.js": "^4.1.1",
"chartjs-adapter-date-fns": "^3.0.0",
Expand All @@ -107,7 +107,7 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.17.0",
"faker": "^5.5.3",
"jsdom": "^21.0.0",
"happy-dom": "^16.1.0",
"nano-staged": "^0.8.0",
"prettier": "^2.0.4",
"react": "^18.0.0",
Expand All @@ -121,9 +121,9 @@
"standard-version": "^9.3.1",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.27.0",
"vitest-canvas-mock": "^0.2.1"
"vite": "^6.0.6",
"vitest": "^2.1.8",
"vitest-canvas-mock": "^0.3.3"
},
"tsd": {
"directory": "./test",
Expand Down
Loading

0 comments on commit 0b80865

Please sign in to comment.