We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cdd09 commit d145f45Copy full SHA for d145f45
.github/workflows/standardjs.yaml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 12.x
+ node-version: 22.x
18
- run: npm install standard
19
- run: npx standard
0 commit comments