Skip to content

Commit 1c1b332

Browse files
chore(deps): update node.js to v12.22.12
1 parent a2b8d5b commit 1c1b332

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: "12.14.1"
12+
node-version: "12.22.12"
1313
- uses: actions/cache@v1
1414
with:
1515
path: ~/.npm
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-node@v1
3838
with:
39-
node-version: "12.14.1"
39+
node-version: "12.22.12"
4040
- uses: actions/cache@v1
4141
with:
4242
path: ~/.npm
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v2
6868
- uses: actions/setup-node@v1
6969
with:
70-
node-version: "12.14.1"
70+
node-version: "12.22.12"
7171
- uses: actions/cache@v1
7272
with:
7373
path: ~/.npm

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.4
1+
12.22.12

package-lock.json

Lines changed: 3 additions & 3 deletions
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
@@ -37,7 +37,7 @@
3737
"@semantic-release/git": "9.0.0",
3838
"@types/chai": "4.2.12",
3939
"@types/mocha": "8.0.3",
40-
"@types/node": "12.12.62",
40+
"@types/node": "12.20.55",
4141
"@types/semantic-release": "17.1.0",
4242
"chai": "4.2.0",
4343
"eslint": "7.9.0",

0 commit comments

Comments
 (0)