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.
2 parents 6f65983 + f67fd52 commit 02c24b0Copy full SHA for 02c24b0
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v2
11
with:
12
- node-version: '22'
+ node-version: 24
13
- run: npm ci
14
- run: npm run build
15
- run: npm run lint
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Setup node version
48
uses: actions/setup-node@v4
49
50
51
cache: npm
52
registry-url: 'https://registry.npmjs.org'
53
- name: Install modules
0 commit comments