1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Update to Node v16 for infrastructure (#4877)

* Update to Node v16 for infrastructure

* update node type def to Node 16
This commit is contained in:
Dylan Schiemann
2022-03-08 19:25:28 -07:00
committed by GitHub
parent 7122454583
commit 9907ad004e
3 changed files with 11 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
cache: yarn
- name: Run ${{ matrix.command }}