Ver código fonte

Merge 176ed38d80 into 972fd2b27a

pull/830/merge
Luke Blaney GitHub 1 ano atrás
pai
commit
bf96c6bbda
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
2 arquivos alterados com 7 adições e 7 exclusões
  1. +4
    -4
      .github/workflows/usage.yml
  2. +3
    -3
      .github/workflows/verify.yml

+ 4
- 4
.github/workflows/usage.yml Ver arquivo

@@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: npm install and build
run: |
npm install
@@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: Get build-output from build step
uses: actions/download-artifact@v2
with:
@@ -53,7 +53,7 @@ jobs:

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

needs: package
steps:
@@ -80,7 +80,7 @@ jobs:

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

needs: package
steps:


+ 3
- 3
.github/workflows/verify.yml Ver arquivo

@@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- run: npm install
- run: npm run test-lint

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

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

steps:
- uses: actions/checkout@v2
@@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: npm install and build
run: |
npm install


Carregando…
Cancelar
Salvar