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

Commit

Permalink
chore: github action ci just run in node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Feb 3, 2022
1 parent 6fbd083 commit 27487de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -29,7 +29,9 @@ jobs:
- uses: pnpm/action-setup@v2.0.1
with:
version: 6.0.2
run_install: true
run_install: false
- name: Perpare for github-install
run: npm install --global @types/node @types/node @types/debug
- name: Install packages
run: pnpm install --frozen-lockfile
- name: Test
Expand Down

0 comments on commit 27487de

Please sign in to comment.