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 a6359a9 commit 6b070bfCopy full SHA for 6b070bf
.github/workflows/linter.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- name: Use Node.js
11
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
12
- name: Install Dependencies
13
run: npm install
14
- run: npm test
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
15
16
17
18
with:
19
registry-url: 'https://registry.npmjs.org'
20
- run: |
0 commit comments