Skip to content

Commit

Permalink
chore: upgrade to pnpm@8 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Aug 3, 2023
1 parent 4570b0c commit ac837c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.6.0",
"description": "fast and efficient type-safe SDK",
"repository": "github:alchemauss/mauss",
"license": "MIT",
"author": "Ignatius Bagus",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -33,7 +32,7 @@
"./prettier.json": "./prettier.json",
"./tsconfig.json": "./tsconfig.json"
},
"packageManager": "pnpm@7.30.5",
"packageManager": "pnpm@8.6.11",
"prettier": "./prettier.json",
"keywords": [
"zero-dependency",
Expand Down

0 comments on commit ac837c2

Please sign in to comment.