Skip to content

Commit e285d67

Browse files
committed
mode to node fo build
1 parent 2f414b4 commit e285d67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/default.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0 #checkout full history so we can get the latest tag
20-
- uses: oven-sh/setup-bun@v2
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: "22"
23+
registry-url: "https://registry.npmjs.org"
2124

2225
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
2326
- name: get latest tag

0 commit comments

Comments
 (0)