Skip to content

Commit

Permalink
build: replace node version github workflows to lts v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrspada02 committed Oct 2, 2024
1 parent c20170b commit 0d9f85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cm42-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 18.12.0
node-version: 20.17.0
cache: 'yarn'
- name: Install JS dependencies
run: yarn install
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 18.12.0
node-version: 20.17.0
cache: 'yarn'
- name: Install JS dependencies
run: yarn install
Expand Down

0 comments on commit 0d9f85b

Please sign in to comment.