Skip to content

Commit 135f44c

Browse files
Copilotrajbos
andcommitted
Fix CI workflow Node.js version: update from 18 to 20
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent e648cef commit 135f44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: "18"
39+
node-version: "20"
4040
cache: 'npm'
4141

4242
- name: Install dependencies

0 commit comments

Comments
 (0)