Skip to content

Commit 77931a8

Browse files
authored
Merge pull request #118 from xebia/copilot/fix-0257ac20-e7c5-44d3-899c-cb2abd7e6a02
Fix CI workflow Node.js version compatibility issue
2 parents dc42642 + 135f44c commit 77931a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: "18"
39+
node-version: "20"
4040
cache: 'npm'
4141

4242
- name: Install dependencies

0 commit comments

Comments
 (0)