Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update node version file
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Oct 31, 2022
1 parent 034cd34 commit 2fe8e36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
node-version-file: '.nvmrc'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand All @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
node-version-file: '.nvmrc'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand All @@ -62,7 +62,7 @@ jobs:

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
node-version-file: '.nvmrc'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand All @@ -81,7 +81,7 @@ jobs:

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
node-version-file: '.nvmrc'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
node-version-file: '.nvmrc'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"prettier": "@birthdayresearch/sticky-prettier",
"engines": {
"node": "^18.0.0 || ^16.16.0",
"pnpm": ">=7.9.0"
"node": "^18.0.0",
"pnpm": ">=7.13.0"
}
}

0 comments on commit 2fe8e36

Please sign in to comment.