We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468db16 commit 1e53108Copy full SHA for 1e53108
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Node.js
23
uses: actions/setup-node@v6
24
with:
25
- node-version: '20'
+ node-version: 24
26
cache: 'npm'
27
- name: Build
28
shell: bash -l {0}
.github/workflows/update-dist.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
18
0 commit comments