1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-08 06:00:40 +02:00

Update to Node v16 for infrastructure

This commit is contained in:
Dylan Schiemann
2022-03-08 18:52:48 -07:00
committed by GitHub
parent 7122454583
commit 3aa9df79a1

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