Skip to content

Commit 768de18

Browse files
[devops] Switched to using node 20 to build
1 parent 5793761 commit 768de18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: 18
26+
node-version: 20
2727
- run: |
2828
npm ci
2929
npm run package

0 commit comments

Comments
 (0)