Skip to content

Commit ccbf0ad

Browse files
committed
update node version in github actions
1 parent 0e5a52e commit ccbf0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: '20.x'
39+
node-version: '24.x'
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- name: Install dependencies
@@ -59,7 +59,7 @@ jobs:
5959

6060
- uses: actions/setup-node@v4
6161
with:
62-
node-version: '20.x'
62+
node-version: '24.x'
6363
registry-url: 'https://npm.pkg.github.com'
6464
scope: '@hostinger'
6565

0 commit comments

Comments
 (0)