1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 12:12:39 +02:00

Update ci to Node 18

This commit is contained in:
Dylan Schiemann
2022-12-21 22:30:03 -07:00
committed by GitHub
parent 56c4875a4b
commit f1b468846c

View File

@@ -26,9 +26,9 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: yarn
key: node16
key: node18
- name: Run ${{ matrix.command }}
run: yarn && yarn build && yarn ${{ matrix.command }}