Skip to content

Commit

Permalink
Drop node6 from CI e2e-test due to unknown bug in npm cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Jan 16, 2024
1 parent e5fec2a commit 6aea8d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
node-version:
# trying to pick up the lowest versions within the supported options
# https://github.com/actions/node-versions/blob/main/versions-manifest.json
- 6
# - 6
- 8
# - 10 # skip
- 10 # skip
# - 12 # skip
# - 14 # skip
os:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
node -e "assert.equal(fs.readFileSync('tmp.json','utf8'), fs.readFileSync('result.json','utf8'))"
- name: Test Jsonc
# current jsonc implementation requires node>=8
if: matrix.node-version == 8
if: matrix.node-version >= 8
run: |
cd test/fixtures
jsonmerge --jsonc jsonc/*.json > tmp.jsonc
Expand Down

0 comments on commit 6aea8d8

Please sign in to comment.