Skip to content

Commit

Permalink
roll back CICD node versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-matto committed Jul 2, 2024
1 parent 19000b8 commit 72dd722
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
unit:
name: Unit Test (Node.js v${{ matrix.node }})
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 11, 12, 13]

steps:
- uses: actions/setup-node@v1
with:
Expand All @@ -22,7 +26,7 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-node${{ matrix.code }}-${{ hashFiles('**/package-lock.json') }}

- name: Run test
run: |
npm install
Expand Down

0 comments on commit 72dd722

Please sign in to comment.