Merge pull request #15 from yunkuangao/main

fix: 修复node低版本导致CI报错问题
This commit is contained in:
XiaoDaiGua-Ray 2023-11-20 10:02:14 +08:00 committed by GitHub
commit 23e80137b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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