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 2b05887 commit 54acba7Copy full SHA for 54acba7
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Node
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 20.x
+ node-version: lts/*
26
cache: "pnpm"
27
28
- name: Setup bun
.github/workflows/not-main.yml
@@ -20,7 +20,7 @@ jobs:
20
21
0 commit comments