1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-23 15:32:59 +02:00

Attempt to fix CI (#5934)

This commit is contained in:
Joe Anderson
2025-08-13 22:53:31 +01:00
committed by GitHub
parent fdaa9c8088
commit 7fdf77a56f
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 22.17
cache: yarn
- name: Run ${{ matrix.command }}

View File

@@ -57,7 +57,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 22.17
cache: yarn
registry-url: https://registry.npmjs.org
key: node22

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 22.17
cache: yarn
registry-url: https://registry.npmjs.org
key: node20