Skip to content

Commit

Permalink
Merge pull request #15 from yunkuangao/main
Browse files Browse the repository at this point in the history
fix: 修复node低版本导致CI报错问题
  • Loading branch information
XiaoDaiGua-Ray authored Nov 20, 2023
2 parents 6c389eb + e521b76 commit 23e8013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ on:
- push
- pull_request


jobs:
cache-and-install:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
experimental: [ true ]

Expand Down

0 comments on commit 23e8013

Please # to comment.