Skip to content

Commit

Permalink
Update release to use Node.js v16 (ianstormtaylor#4879)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dylans authored and DougReeder committed Apr 3, 2022
1 parent a4c2bec commit dc268bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc268bc

Please sign in to comment.