Skip to content

Commit 5623520

Browse files
committed
chore: update ci
1 parent 610f82f commit 5623520

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v2
20+
uses: pnpm/action-setup@v3
2121
with:
22-
version: 8.14.0
22+
package_json_file: "package.json"
2323

2424
- name: Install node
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.10.0
28-
registry-url: https://registry.npmjs.org/
29-
cache: 'pnpm'
27+
node-version-file: '.nvmrc'
28+
cache: "pnpm"
3029

3130
- name: Install dependencies
3231
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)