Skip to content

Commit

Permalink
ci: test on LTS versions of Nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 23, 2024
1 parent 2ba638e commit a4ce005
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

jobs:
Test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -15,15 +14,15 @@ jobs:
- macos-latest
- windows-latest
node_version:
- 10
- 12
- 14
- 20
- 22
architecture:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
Expand Down

0 comments on commit a4ce005

Please sign in to comment.