chore: bump node@20 in ci workflows (#10531)

This commit is contained in:
David Luzar
2025-12-16 19:08:42 +01:00
committed by GitHub
parent f06484c6ab
commit becaabfa0f
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js 18.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install in packages/excalidraw
run: yarn
working-directory: packages/excalidraw