Skip to content

Commit

Permalink
Merge pull request #71 from hckrnews/feature/node15
Browse files Browse the repository at this point in the history
Test with node 15
  • Loading branch information
w3nl authored Mar 18, 2021
2 parents 62948ce + 1188577 commit 84333af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: node_js
node_js:
- "12"
- "14"
- "15"
before_script:
- npm run lint
after_script:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/objects",
"description": "Hack JavaScript objects",
"version": "2.1.2",
"version": "2.1.3",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand Down

0 comments on commit 84333af

Please sign in to comment.