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 ad55312 commit b4d8cdeCopy full SHA for b4d8cde
3 files changed
.github/workflows/lint.yml
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install Node.js
14
uses: actions/setup-node@v2
15
with:
16
- node-version: 20
+ node-version: 24
17
- name: Install
18
run: npm install
19
- name: Build
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
20
21
- name: Test
0 commit comments