Skip to content

Commit

Permalink
chore(remote-cache): update package manager (#19)
Browse files Browse the repository at this point in the history
* chore(remote-cache): update package manager

* Update CI

* Include node 20 as well
  • Loading branch information
tknickman authored Jan 16, 2024
1 parent 845ae30 commit 5ab99e6
Show file tree
Hide file tree
Showing 3 changed files with 1,382 additions and 1,337 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"typescript": "^4.8.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=15.0.0"
"pnpm": ">=8.0.0",
"node": ">=18.0.0"
},
"prettier": "@vercel/style-guide/prettier",
"packageManager": "pnpm@7.11.0"
"packageManager": "pnpm@8.11.0"
}
Loading

0 comments on commit 5ab99e6

Please sign in to comment.