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 06ee142 commit 8722d99Copy full SHA for 8722d99
.github/workflows/doc-lint.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: 🚀 Use Node.js
27
- uses: actions/setup-node@v4.4.0
+ uses: actions/setup-node@v6.0.0
28
with:
29
node-version: "12.x"
30
- run: npm install -g [email protected]
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Setup Nodejs env
36
37
38
node-version: '12'
39
0 commit comments