Skip to content

Commit

Permalink
Merge pull request #70 from dependabot/brrygrdn/use-node-16-actions
Browse files Browse the repository at this point in the history
Prefer node 16.x
  • Loading branch information
brrygrdn committed Aug 3, 2021
2 parents 8c358fa + 01f7c47 commit 27341db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
16.6.1

0 comments on commit 27341db

Please sign in to comment.