Skip to content

Commit f4eec12

Browse files
Merge pull request #124 from linked-planet/chore/tailwind4migration
mode to node fo build
2 parents 6ffbaaf + e285d67 commit f4eec12

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)