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 47837ac commit 9c0997dCopy full SHA for 9c0997d
.github/workflows/inception.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/setup-node@v4
12
with:
13
cache: npm
14
- node-version: 20
+ node-version: 22
15
- run: npm ci
16
- run: npm run build
17
- uses: ./
.github/workflows/release.yml
- uses: actions/checkout@v4
.github/workflows/test.yml
@@ -13,6 +13,6 @@ jobs:
18
- run: npm test
0 commit comments