Skip to content

Commit 03addd9

Browse files
chore(deps): update node.js
1 parent 51c18b0 commit 03addd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '14.x'
16+
node-version: '14.21.3'
1717
- run: yarn
1818
- run: yarn run prettier-check
1919
- run: yarn run eslint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-DEVELOPMENT",
44
"description": "CLI to bootstrap Sourcegraph npm packages",
55
"engines": {
6-
"node": "^14.0.0"
6+
"node": "^14.21.3"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)