Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 5dd769b

Browse files
committed
also test for node 15
1 parent 6bfe0e4 commit 5dd769b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: [ '10', '12', '14' ]
18+
node: [ '10', '12', '14', '15' ]
1919

2020
steps:
2121
- name: set NPM_CONFIG_PREFIX
@@ -42,6 +42,8 @@ jobs:
4242
- name: configure NPM_CONFIG_PREFIX
4343
run: |
4444
npm config set prefix $NPM_CONFIG_PREFIX
45+
mkdir -p $NPM_CONFIG_PREFIX/bin
46+
mkdir -p $NPM_CONFIG_PREFIX/lib
4547
echo "$NPM_CONFIG_PREFIX/bin" >> $GITHUB_PATH
4648
4749
- name: install node-gyp

0 commit comments

Comments
 (0)