Skip to content

Commit 0a5a084

Browse files
committed
build: replace node version github workflows to lts v20.17.0
1 parent bbd1f6a commit 0a5a084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cm42-central.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Node
6969
uses: actions/setup-node@v2
7070
with:
71-
node-version: 18.12.0
71+
node-version: 20.17.0
7272
cache: 'yarn'
7373
- name: Install JS dependencies
7474
run: yarn install
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Node
122122
uses: actions/setup-node@v2
123123
with:
124-
node-version: 18.12.0
124+
node-version: 20.17.0
125125
cache: 'yarn'
126126
- name: Install JS dependencies
127127
run: yarn install

0 commit comments

Comments
 (0)