Skip to content

Commit fd55b1a

Browse files
committed
2.x: Installing node20
1 parent d567e38 commit fd55b1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ce-dev-devel-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
ref: '2.x-devel'
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 20
2023
- name: Install modules
2124
run: yarn
2225
# Uses https://oclif.io/

0 commit comments

Comments
 (0)