Allow require() of runtime helpers in Node.js 13.2-13.6 (#12893)
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -326,18 +326,18 @@ jobs:
|
||||
node-version: "13.0" # quoted, otherwise it's just 13
|
||||
- name: Test Node.js 13.0
|
||||
run: yarn test:runtime:node
|
||||
# - name: Use Node.js 13.2
|
||||
# uses: actions/setup-node@v2-beta
|
||||
# with:
|
||||
# node-version: 13.2
|
||||
# - name: Test Node.js 13.2
|
||||
# run: yarn test:runtime:node
|
||||
# - name: Use Node.js 13.6
|
||||
# uses: actions/setup-node@v2-beta
|
||||
# with:
|
||||
# node-version: 13.6
|
||||
# - name: Test Node.js 13.6
|
||||
# run: yarn test:runtime:node
|
||||
- name: Use Node.js 13.2
|
||||
uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: 13.2
|
||||
- name: Test Node.js 13.2
|
||||
run: yarn test:runtime:node
|
||||
- name: Use Node.js 13.6
|
||||
uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: 13.6
|
||||
- name: Test Node.js 13.6
|
||||
run: yarn test:runtime:node
|
||||
- name: Use Node.js 13.7
|
||||
uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user