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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
2
.github/workflows/comment.yml
vendored
2
.github/workflows/comment.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user