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 e07365a commit c306922Copy full SHA for c306922
.github/workflows/publish.yml
@@ -22,7 +22,8 @@ jobs:
22
23
strategy:
24
matrix:
25
- node-version: [14.x, 16.x, 18.x]
+ # node-version: [14.x, 16.x, 18.x]
26
+ node-version: [14.x, 16.x]
27
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
28
29
steps:
.gitignore
@@ -5,3 +5,4 @@ dist
5
.eslintcache
6
.DS_Store
7
*.log
8
+screenshots
0 commit comments