Skip to content

Commit 121393c

Browse files
committed
chose(ci): build for the right Node version
1 parent 03903bf commit 121393c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# Run the steps below with the following versions of Node.js
17-
node-version: [ 10.x, 16.x ]
17+
node-version: [ 12.x, 16.x ]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"semantic-release": "19.0.2"
5959
},
6060
"engines": {
61-
"node": ">=10.x"
61+
"node": ">=12.x"
6262
}
6363
}

0 commit comments

Comments
 (0)