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

Update release to use Node.js v16 (#4879)

* Update release to use Node.js v16

* Update comment workflow to  Node.js v16

* Update ci.yml node config

* Fix slack invite link in issue template
This commit is contained in:
Dylan Schiemann
2022-03-08 22:17:34 -07:00
committed by GitHub
parent 456d9baece
commit 111f8ca9e3
4 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.x
cache: yarn
key: node16

View File

@@ -45,9 +45,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: yarn
registry-url: https://registry.npmjs.org
key: node16
- name: Install dependencies
run: yarn

View File

@@ -25,9 +25,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: yarn
registry-url: https://registry.npmjs.org
key: node16
- name: Install dependencies
run: yarn