We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9ccc6 commit ff228caCopy full SHA for ff228ca
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: 12
+ node-version: 16
14
registry-url: https://registry.npmjs.org/
15
- name: Check release validity
16
run: sh .github/scripts/check-release.sh
README.md
@@ -257,7 +257,7 @@ This package only guarantees the compatibility with the [version v0.28.0 of Meil
257
258
**Node / NPM versions**:
259
260
-- NodeJS >= 12.10 <= 14
+- NodeJS >= 12.10 <= 18
261
- NPM >= 6.x
262
263
## 📜 API resources
0 commit comments