diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3bae8627b..61dba6505 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: "💬 Support: Slack" - url: https://slate-slack.herokuapp.com/ + url: https://join.slack.com/t/slate-js/shared_invite/zt-f8t986ip-7dA1DyiqPpzootz1snKXkw about: Please ask and answer questions in our Slack channel. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 865607832..344ccd5fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 95633b774..0fd62aa73 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85716a0b0..ae1d8e762 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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