Skip to content

Commit 9483aa0

Browse files
author
Bruno
committed
ci: add deploy.yml file to properly manage pipeline on github actions
1 parent fb894b2 commit 9483aa0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
group: pages
1515
cancel-in-progress: true
1616

17+
env:
18+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19+
1720
jobs:
1821
build:
1922
runs-on: ubuntu-latest
@@ -22,7 +25,7 @@ jobs:
2225

2326
- uses: actions/setup-node@v4
2427
with:
25-
node-version: 20
28+
node-version: 22
2629
cache: npm
2730

2831
- run: npm ci

0 commit comments

Comments
 (0)