Update runtime integration tests for Node.js >= 16.6 (#13923)

This commit is contained in:
Nicolò Ribaudo
2021-11-04 01:10:28 +01:00
committed by GitHub
parent 76e4566bfc
commit 6393e60a68
8 changed files with 75 additions and 16 deletions

View File

@@ -391,6 +391,18 @@ jobs:
node-version: 14.2
- name: Test Node.js 14.2
run: yarn test:runtime:node
- name: Use Node.js 16.5
uses: actions/setup-node@v2-beta
with:
node-version: 16.5
- name: Test Node.js 16.5
run: yarn test:runtime:node
- name: Use Node.js 16.6
uses: actions/setup-node@v2-beta
with:
node-version: 16.6
- name: Test Node.js 16.6
run: yarn test:runtime:node
e2e-publish:
name: Publish to local Verdaccio registry