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 e91cf51 commit cb96f70Copy full SHA for cb96f70
.github/workflows/main.yml
@@ -20,8 +20,7 @@ jobs:
20
- name: Setup Node
21
uses: actions/setup-node@v6
22
with:
23
- node-version: lts/*
24
- check-latest: true
+ node-version: 24
25
26
- name: Install dependencies
27
run: bun install --frozen-lockfile
.github/workflows/not-main.yml
@@ -18,8 +18,7 @@ jobs:
18
19
0 commit comments