Skip to content

Commit 1b2f40d

Browse files
authored
chore(deps): use node 14 (#326)
1 parent ff48a29 commit 1b2f40d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js Environment
1313
uses: actions/setup-node@v2.1.2
1414
with:
15-
node-version: ^12.9.0
15+
node-version: ^14.17.3
1616

1717
- name: Install npm@7
1818
run: npm install -g npm@7

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-node@v2.1.2
4141
with:
4242
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
43-
node-version: ^12.9.0
43+
node-version: ^14.17.3
4444

4545
- name: Install npm@7
4646
run: npm install -g npm@7

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"engines": {
6464
"vscode": "^1.49.0",
65-
"node": "^12.4.0",
65+
"node": "^14.17.3",
6666
"npm": "^7.19.0"
6767
},
6868
"activationEvents": [

0 commit comments

Comments
 (0)