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 016dc80 commit 25d67e3Copy full SHA for 25d67e3
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v5
26
- name: Use Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
0 commit comments