Update runtime integration tests for Node.js >= 16.6 (#13923)
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user