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.
2 parents 6ffbaaf + e285d67 commit f4eec12Copy full SHA for f4eec12
.github/workflows/default.yml
@@ -17,7 +17,10 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0 #checkout full history so we can get the latest tag
20
- - uses: oven-sh/setup-bun@v2
+ - uses: actions/setup-node@v4
21
+ with:
22
+ node-version: "22"
23
+ registry-url: "https://registry.npmjs.org"
24
25
# if i run the deployment of the github pages from the github web ui, without a release, then there is no github.event.release...
26
- name: get latest tag
0 commit comments