Skip to content

Commit

Permalink
downgrade Node version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemono-moe committed Mar 10, 2024
1 parent 8a08652 commit 29bc683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
node-version: 18
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
node-version: 18
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
node-version: 18
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
node-version: 18
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vinxi": "^0.3.10"
},
"engines": {
"node": ">=20.0.0"
"node": "18.x"
},
"packageManager": "[email protected]"
}

0 comments on commit 29bc683

Please sign in to comment.