Skip to content

Commit

Permalink
ci: use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Jan 29, 2022
1 parent d78e642 commit ad8e6e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16
- run: npm ci
- run: npm test
- run: npm run build
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"husky": "^7.0.1"
"husky": "^7.0.1",
"typescript": "^4.5.5"
}
}

0 comments on commit ad8e6e7

Please sign in to comment.