Use bundled node (#307)

This commit is contained in:
Jaco Greeff
2020-04-06 12:27:46 +02:00
committed by GitHub
parent d83c45cb2f
commit e26f9aedb6
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -16,9 +16,6 @@ jobs:
- uses: actions/checkout@v1
with:
token: ${{ secrets.GH_PAT }}
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: ${{ matrix.step }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}