Skip to content

Commit c9c2624

Browse files
Bump the astro group across 1 directory with 7 updates (#50)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96922ec commit c9c2624

4 files changed

Lines changed: 123 additions & 194 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: 26
28+
2429
- name: Setup Bun
2530
uses: oven-sh/setup-bun@v2
2631
with:
@@ -41,6 +46,11 @@ jobs:
4146
with:
4247
persist-credentials: false
4348

49+
- name: Setup Node.js
50+
uses: actions/setup-node@v4
51+
with:
52+
node-version: 26
53+
4454
- name: Setup Bun
4555
uses: oven-sh/setup-bun@v2
4656
with:

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29+
- name: Setup Node.js
30+
uses: actions/setup-node@v4
31+
with:
32+
node-version: 26
33+
2934
- name: Setup Bun
3035
uses: oven-sh/setup-bun@v2
3136
with:

0 commit comments

Comments
 (0)