Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 27487de

Browse files
committed
chore: github action ci just run in node 16
1 parent 6fbd083 commit 27487de

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x]
14+
node-version: [16.x]
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v2
@@ -29,7 +29,9 @@ jobs:
2929
- uses: pnpm/action-setup@v2.0.1
3030
with:
3131
version: 6.0.2
32-
run_install: true
32+
run_install: false
33+
- name: Perpare for github-install
34+
run: npm install --global @types/node @types/node @types/debug
3335
- name: Install packages
3436
run: pnpm install --frozen-lockfile
3537
- name: Test

0 commit comments

Comments
 (0)