Skip to content

Commit

Permalink
Merge pull request #79 from voxmedia/eb-update-to-node-16
Browse files Browse the repository at this point in the history
Bump to node 16
  • Loading branch information
ebinmore authored Jan 3, 2023
2 parents 329bf14 + d9c166d commit ec17329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.9.0
16.16.0

0 comments on commit ec17329

Please sign in to comment.