Skip to content

Commit 77b48b3

Browse files
committed
Build for Node v14 too
1 parent 0f9db66 commit 77b48b3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: "Linux Tests"
1818
strategy:
1919
matrix:
20-
node: [16]
20+
node: [14, 16]
2121
runs-on: ubuntu-latest
2222
container: ubuntu:16.04
2323
steps:
@@ -57,6 +57,7 @@ jobs:
5757
# There is a race condition in node/generate that needs to be fixed
5858
run: |
5959
chown root .
60+
npm set unsafe-perm true
6061
node utils/retry npm install
6162
6263
- name: Test
@@ -85,7 +86,7 @@ jobs:
8586
name: "macOS Tests"
8687
strategy:
8788
matrix:
88-
node: [16]
89+
node: [14, 16]
8990
runs-on: macOS-10.15
9091
# This is mostly the same as the Linux steps, waiting for anchor support
9192
# https://github.com/actions/runner/issues/1182

0 commit comments

Comments
 (0)