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 51c18b0 commit 03addd9Copy full SHA for 03addd9
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Use Node.js
14
uses: actions/setup-node@v2
15
with:
16
- node-version: '14.x'
+ node-version: '14.21.3'
17
- run: yarn
18
- run: yarn run prettier-check
19
- run: yarn run eslint
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0-DEVELOPMENT",
4
"description": "CLI to bootstrap Sourcegraph npm packages",
5
"engines": {
6
- "node": "^14.0.0"
+ "node": "^14.21.3"
7
},
8
"repository": {
9
"type": "git",
0 commit comments