Skip to content

Commit 21f125a

Browse files
authored
Update Node.js version to 20 in deploy workflow
Signed-off-by: Trade Control <admin@tradecontrol.co.uk>
1 parent 2e80087 commit 21f125a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Install, build, and upload your site output
3030
uses: withastro/action@v4
3131

32+
with:
33+
node-version: 20
3234
# with:
3335
# path: . # The root location of your Astro project inside the repository. (optional)
3436
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)

0 commit comments

Comments
 (0)