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