mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 20:40:19 +02:00
Update comment.yml
This commit is contained in:
6
.github/workflows/comment.yml
vendored
6
.github/workflows/comment.yml
vendored
@@ -55,12 +55,12 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: yarn
|
||||
registry-url: https://registry.npmjs.org
|
||||
key: node20
|
||||
key: node22
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
Reference in New Issue
Block a user