We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9db66 commit 77b48b3Copy full SHA for 77b48b3
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
name: "Linux Tests"
18
strategy:
19
matrix:
20
- node: [16]
+ node: [14, 16]
21
runs-on: ubuntu-latest
22
container: ubuntu:16.04
23
steps:
@@ -57,6 +57,7 @@ jobs:
57
# There is a race condition in node/generate that needs to be fixed
58
run: |
59
chown root .
60
+ npm set unsafe-perm true
61
node utils/retry npm install
62
63
- name: Test
@@ -85,7 +86,7 @@ jobs:
85
86
name: "macOS Tests"
87
88
89
90
runs-on: macOS-10.15
91
# This is mostly the same as the Linux steps, waiting for anchor support
92
# https://github.com/actions/runner/issues/1182
0 commit comments