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 2b2cf51
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 459 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-push.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 2b2cf51

Please sign in to comment.