Skip to content

Commit ff228ca

Browse files
committed
Update nodeJs requirements
1 parent 3f9ccc6 commit ff228ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 12
13+
node-version: 16
1414
registry-url: https://registry.npmjs.org/
1515
- name: Check release validity
1616
run: sh .github/scripts/check-release.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This package only guarantees the compatibility with the [version v0.28.0 of Meil
257257

258258
**Node / NPM versions**:
259259

260-
- NodeJS >= 12.10 <= 14
260+
- NodeJS >= 12.10 <= 18
261261
- NPM >= 6.x
262262

263263
## 📜 API resources

0 commit comments

Comments
 (0)