Skip to content

Commit

Permalink
chore: switch environment to node 16 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfitzgerald authored Oct 2, 2022
1 parent 322e976 commit 46a2f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: npm install --global yarn
- run: yarn ci-lint
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16

0 comments on commit 46a2f3f

Please sign in to comment.