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 af85b40 commit 005deaeCopy full SHA for 005deae
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
19
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
20
with:
21
node-version: lts/*
22
- run: npm ci
.github/workflows/prettier.yml
@@ -21,7 +21,7 @@ jobs:
if: ${{ github.ref_name == 'main' }}
23
24
25
26
27
- run: npm ci --ignore-scripts --only-dev
0 commit comments