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 083a3e6 commit 0eafc99Copy full SHA for 0eafc99
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
15
with:
16
node-version: 18
17
- run: yarn
0 commit comments