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 434152a commit 834b4a6Copy full SHA for 834b4a6
3 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node
20
uses: actions/setup-node@v6
21
with:
22
- node-version: 22
+ node-version: 24
23
cache: npm
24
25
- name: Install dependencies
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
26
27
28
action.yml
@@ -33,7 +33,7 @@ outputs:
33
failures:
34
description: JSON array of per-tile failures
35
runs:
36
- using: node20
+ using: node24
37
main: dist/index.mjs
38
branding:
39
color: blue
0 commit comments