Skip to content

Commit

Permalink
Merge branch 'master' into dc/fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PodaruDragos authored Sep 13, 2023
2 parents fe804df + 0c800ff commit 5cecac7
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 161 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: nuget/setup-nuget@v1
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install
- run: nuget install Selenium.WebDriver.IEDriver -Version 4.0.0.1
- run: npm run test:browser
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [18.x, 20.x]
ts-project: [src/tsconfig.json, src/tsconfig-es6.json]
env:
TS_NODE_PROJECT: ${{ matrix.ts-project }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
node-version: [18.x, 20.x]
ts-project: [src/tsconfig.json, src/tsconfig-es6.json]
env:
TS_NODE_PROJECT: ${{ matrix.ts-project }}
Expand Down
Loading

0 comments on commit 5cecac7

Please sign in to comment.