1
0
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:
Dylan Schiemann
2025-04-15 12:39:41 -07:00
committed by GitHub
parent b4363424fc
commit 8aaca4fe04

View File

@@ -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