|
|
|
|
@ -11,10 +11,10 @@ jobs:
@@ -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 |
|
|
|
|
|