We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cce385 commit 967a84fCopy full SHA for 967a84f
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
19
with:
20
cache: npm
21
node-version: lts/*
.github/workflows/prettier.yml
@@ -21,7 +21,7 @@ jobs:
if: ${{ github.ref_name == 'main' }}
22
23
24
25
26
27
0 commit comments