Skip to content

Commit

Permalink
Merge pull request #386 from XhmikosR/patch-2
Browse files Browse the repository at this point in the history
Update CI workflow
  • Loading branch information
mrmlnc committed Apr 18, 2023
2 parents 30255e9 + 84a638f commit 0870cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 3
steps:
- name: Cancel previous jobs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: 4197767
access_token: ${{ github.token }}
Expand All @@ -31,16 +31,16 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [8, 10, 12, 14, 16]
node_version: [8, 10, 12, 14, 16, 18]
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Setup repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup environment
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
Expand Down

0 comments on commit 0870cc1

Please sign in to comment.