Skip to content

Commit

Permalink
Update to node.js 14 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck authored Jun 4, 2021
1 parent 59a4cf1 commit a4efb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- run: npm ci
- run: npm test
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^2.3.0"
},
"engines": {
"node": "12.x"
"node": "14.x"
},
"keywords": [],
"author": "Stefan Buck",
Expand Down

1 comment on commit a4efb6f

@vercel
Copy link

@vercel vercel bot commented on a4efb6f Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.