We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55aee2 commit ca52e7cCopy full SHA for ca52e7c
.github/workflows/create-release.yml
@@ -11,14 +11,16 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [14.x]
+ node-version: [16.x]
15
16
steps:
17
- uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v1
20
with:
21
node-version: ${{ matrix.node-version }}
22
+ - name: Upgrade NPM
23
+ run: npm install -g npm
24
- run: npm install -g node-gyp
25
- run: npm ci --production
26
- run: ./node_modules/.bin/node-pre-gyp rebuild --production
0 commit comments