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 e97d61d commit f755eadCopy full SHA for f755ead
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v5
28
- uses: actions/setup-node@v4
29
with:
30
- node-version: 20
+ node-version: 22
31
- run: npm install
32
- run: npm run lint
33
release:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- run: npx semantic-release
44
env:
0 commit comments