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 db531b5 commit 84674ddCopy full SHA for 84674dd
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 20
+ node-version: 22
19
- run: npm ci
20
- run: npm run build
21
- id: version
.github/workflows/lint.yml
@@ -10,6 +10,6 @@ jobs:
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11
12
13
- node-version: 16
14
- run: npm run eslint
0 commit comments