Skip to content

Commit

Permalink
⬆️ Upgrade engines
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 16, 2023
1 parent 0c7217b commit a7035a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
fail-fast: true
matrix:
operating-system: [ubuntu-latest]
node-version: [18.18.1]
pnpm-version: [8.9.0]
node-version: [20.9.0]
pnpm-version: [8.10.5]

name: 🚀 Deploy sikessem.github.io to Node-${{ matrix.node-version }} and build with pnpm@${{ matrix.pnpm-version }} on ${{ matrix.operating-system }}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "opensource.sikessem.com",
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.8.0"
"node": ">=20.9.0",
"pnpm": ">=8.10.0"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.10.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a7035a1

Please sign in to comment.