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 b00ac74 commit 459417cCopy full SHA for 459417c
.github/workflows/format.yml
@@ -1,4 +1,4 @@
1
-name: Node.js CI (format)
+name: Format
2
3
on:
4
push:
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [21.x]
+ node-version: [22.x]
16
17
steps:
18
- uses: actions/checkout@v4
.github/workflows/lint.yml
-name: Node.js CI (lint)
+name: Lint
0 commit comments