Skip to content

Commit

Permalink
ENGDX-589 feat: bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-antonio-canabrava committed Jul 5, 2024
1 parent 05a105a commit aaa5d1c
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '20'
- name: Cache node modules
uses: actions/cache@preview
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/neofinancial/ccscan"
},
"engines": {
"node": ">=8.3.0"
"node": ">=20.0.0"
},
"scripts": {
"start": "./bin/ccscan.js",
Expand Down

0 comments on commit aaa5d1c

Please sign in to comment.