From 3292795e47c77a6fc48f7481cb9934371b807530 Mon Sep 17 00:00:00 2001 From: "gavin.xx@nodereal.io" Date: Mon, 26 Feb 2024 09:06:03 +0800 Subject: [PATCH] adding reuseable file --- .github/workflows/matrix.yml | 54 ++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index cbab4e5..b3e102f 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -1,27 +1,27 @@ -name: matrics demo -on: push -jobs: - build: - continue-on-error: true - strategy: - matrix: - node-version: [12, 14, 16] - operation-system: [ubuntu-latest,windows-latest] - include: - - node-version: 18 - operation-system: ubuntu-latest - exclude: - - node-version: 12 - operation-system: windows-latest - runs-on: ${{matrix.operation-system}} - steps: - - name: get code - uses: actions/checkout@v3 - - name: install nodejs - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - name: install dependenies - run: npm ci - - name: build project - run: npm run build \ No newline at end of file +# name: matrics demo +# on: push +# jobs: +# build: +# continue-on-error: true +# strategy: +# matrix: +# node-version: [12, 14, 16] +# operation-system: [ubuntu-latest,windows-latest] +# include: +# - node-version: 18 +# operation-system: ubuntu-latest +# exclude: +# - node-version: 12 +# operation-system: windows-latest +# runs-on: ${{matrix.operation-system}} +# steps: +# - name: get code +# uses: actions/checkout@v3 +# - name: install nodejs +# uses: actions/setup-node@v3 +# with: +# node-version: ${{ matrix.node-version }} +# - name: install dependenies +# run: npm ci +# - name: build project +# run: npm run build \ No newline at end of file