Skip to content

Commit

Permalink
chore: upgrade to pnpm 9.15.0 and vitest 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Dec 23, 2024
1 parent 6d4ef51 commit a724901
Show file tree
Hide file tree
Showing 4 changed files with 1,933 additions and 1,516 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: ' ▶️ CI Workflow'
name: " ▶️ CI Workflow"

on:
push:
branches:
- main
pull_request:
paths-ignore:
- '.vscode/**'
- 'LICENSE'
- 'README.md'
- ".vscode/**"
- "LICENSE"
- "README.md"
workflow_dispatch:

concurrency:
Expand All @@ -29,8 +29,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: ['20.17.0']
pnpm: ['9.11.0']
node: ["20.17.0"]
pnpm: ["9.15.0"]

name: "Build: ${{ matrix.os }}, Node.js ${{ matrix.node }}"

Expand All @@ -42,20 +42,20 @@ jobs:
with:
fetch-depth: 0

- name: '💽️ Setup (Node.js)'
- name: "💽️ Setup (Node.js)"
uses: ./.github/actions/setup-node
with:
node-version: ${{ matrix.node }}
pnpm-version: ${{ matrix.pnpm }}

- name: '🏗️ Build: Transpile TS to JS'
- name: "🏗️ Build: Transpile TS to JS"
run: pnpm check:exports

- name: '🧪 Verify build'
- name: "🧪 Verify build"
run: pnpm check:exports

- name: '🚨️ Lint code'
- name: "🚨️ Lint code"
run: pnpm lint:ci

- name: '🧳 Run unit tests'
- name: "🧳 Run unit tests"
run: pnpm test:unit
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Tested with:
- **Node.js v20.17.0**
- **pnpm v9.11.0**
- **vitest v2.1.2**
- **pnpm v9.15.0**
- **vitest v2.1.8**

---------------------------------------------

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"@types/node": "20.9.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"rimraf": "^6.0.1",
"taze": "^0.17.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"pre-commit": "lint-staged",
"lint-staged": {
Expand Down
Loading

0 comments on commit a724901

Please sign in to comment.