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