Skip to content

Commit

Permalink
Use node 16 in the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinmore committed Jan 3, 2023
1 parent 816a520 commit d9c166d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js v12.x
- name: Use Node.js v16.x
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Notify slack
# Don't attempt to send Slack notifications on fork PRs which don't have access to secrets
if: env.SLACK_BOT_TOKEN
Expand Down

0 comments on commit d9c166d

Please sign in to comment.