Skip to content

Commit 825f384

Browse files
committed
Add node.js 20.x
1 parent 9e63ed5 commit 825f384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": {
99
"runs-on": "ubuntu-latest",
1010
"strategy": {
11-
"matrix": { "node-version": ["14.x", "16.x", "18.x"] }
11+
"matrix": { "node-version": ["14.x", "16.x", "18.x", "20.x"] }
1212
},
1313
"steps": [
1414
{ "uses": "actions/[email protected]" },

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"uses": "actions/[email protected]",
1111
"with": {
12-
"node-version": 18
12+
"node-version": 20
1313
}
1414
},
1515
{ "run": "npm ci" },
@@ -24,7 +24,7 @@
2424
{
2525
"uses": "actions/[email protected]",
2626
"with": {
27-
"node-version": 18,
27+
"node-version": 20,
2828
"registry-url": "https://registry.npmjs.org/"
2929
}
3030
},

0 commit comments

Comments
 (0)