Skip to content

Commit 74526a1

Browse files
authored
Update node.js.yml
1 parent 73a06b4 commit 74526a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'pnpm'
29-
- run: pnpm install
28+
- uses: pnpm/action-setup@v2
29+
with:
30+
version: 8
31+
run_install: true
3032
- run: pnpm --filter @oceanbase-odc/ob-parser-js test

0 commit comments

Comments
 (0)