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 078119d commit 757b2ebCopy full SHA for 757b2eb
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- uses: biomejs/setup-biome@v2
15
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
16
with:
17
node-version: "lts/*"
18
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
fetch-depth: 0
27
28
29
30
31
registry-url: "https://registry.npmjs.org"
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
node: ['20', 'lts/*', 'latest']
19
20
node-version: ${{ matrix.node }}
21
check-latest: true
0 commit comments