Skip to content

Commit

Permalink
feat: built with node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
maxam2017 committed Dec 22, 2022
1 parent 0d48b2c commit 1e11d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14]
node_version: [16]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"@octokit/rest": "^17.2.1",
"dotenv": "^8.2.0"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^13.11.1",
Expand Down

0 comments on commit 1e11d1c

Please sign in to comment.