Skip to content

Commit

Permalink
TMP: ci: test node14
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-js committed Dec 20, 2023
1 parent 0006522 commit 18d4188
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 91 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-push.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false # allow all test to run to the end
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
node-version: [ "20.x" ] # LTS version
os: [ "ubuntu-latest" ]
node-version: [ "14.x" ] # LTS version
runs-on: "${{ matrix.os }}"
steps:
- { uses: "actions/checkout@v3" } # https://github.com/actions/checkout
Expand Down
219 changes: 130 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -56,5 +56,8 @@
"@dr-js/dev-web-puppeteer": "^0.5.11",
"typescript": "^5.3.3"
},
"overrides": {
"eslint-plugin-n": "^15.7.0"
},
"sideEffects": false
}

0 comments on commit 18d4188

Please sign in to comment.