Преглед изворни кода

Move node 10 into the legacy test matrix

Manually install `esm` as part of the legacy test job, and ignore the lockfile
pull/837/head^2
Luke Blaney пре 1 година
родитељ
комит
0a44e66458
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      .github/workflows/verify.yml

+ 3
- 3
.github/workflows/verify.yml Прегледај датотеку

@@ -20,7 +20,7 @@ jobs:


strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]


steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -61,7 +61,7 @@ jobs:


strategy: strategy:
matrix: matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x]
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x]


needs: build needs: build
steps: steps:
@@ -78,5 +78,5 @@ jobs:
name: build-output name: build-output
- name: npm install and test - name: npm install and test
run: | run: |
npm install mocha@3 chai@3
npm install mocha@3 chai@3 esm@3 --no-package-lock
npm run test-unit npm run test-unit

Loading…
Откажи
Сачувај