Skip to content

Commit 255c4e1

Browse files
committed
ci: update to node 20 for build-ext ci
1 parent dd79df6 commit 255c4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildext.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node.js, NPM and Yarn
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: "18.x"
19+
node-version: "20.x"
2020
cache: "yarn"
2121

2222
- name: Yarn Install

0 commit comments

Comments
 (0)