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.
2 parents 5164400 + b0ae863 commit 1db9eb6Copy full SHA for 1db9eb6
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js
22
uses: actions/setup-node@v3
23
with:
24
- node-version: '16'
+ node-version: '15'
25
26
- name: Install Node.js package dependencies
27
run: npm install
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
registry-url: 'https://registry.npmjs.org'
always-auth : true
0 commit comments