Просмотр исходного кода

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 год назад
Родитель
Сommit
0a44e66458
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      .github/workflows/verify.yml

+ 3
- 3
.github/workflows/verify.yml Просмотреть файл

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

strategy:
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:
- uses: actions/checkout@v4
@@ -61,7 +61,7 @@ jobs:

strategy:
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
steps:
@@ -78,5 +78,5 @@ jobs:
name: build-output
- name: npm install and test
run: |
npm install mocha@3 chai@3
npm install mocha@3 chai@3 esm@3 --no-package-lock
npm run test-unit

Загрузка…
Отмена
Сохранить