Skip to content

Commit 8001908

Browse files
Copilotjbouder
andauthored
Update build and lint workflows to Node.js 20.x (#654)
* Initial plan * Update build and lint workflows to use Node.js 20.x Co-authored-by: jbouder <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jbouder <[email protected]>
1 parent 141edd4 commit 8001908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node environment
3535
uses: actions/[email protected]
3636
with:
37-
node-version: 18.x
37+
node-version: 20.x
3838

3939
- name: Install dependencies
4040
run: npm ci

.github/workflows/lint-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node environment
1818
uses: actions/[email protected]
1919
with:
20-
node-version: 18.x
20+
node-version: 20.x
2121

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)