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 f6d7bf4 commit 7fbe85cCopy full SHA for 7fbe85c
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: npm ci, and npm run lint
.github/workflows/test.yml
- name: npm ci, and npm test
0 commit comments