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 576bf93 commit 6819fdeCopy full SHA for 6819fde
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11
- uses: actions/setup-node@v4
12
with:
13
- node-version: 20
+ node-version: 22
14
- run: npm ci
15
- run: npm run lint
16
- run: npm run test
.github/workflows/release-please.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ steps.release.outputs.release_created }}
22
23
24
25
registry-url: 'https://registry.npmjs.org'
26
27
0 commit comments