Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sadick254 committed Jun 21, 2021
1 parent aeb59c7 commit 4db2768
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- name: Install
run: |
npm run prepare
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"wrench": "~1.4.4"
},
"dependencies": {
"nan": "^2.14.0",
"fs-plus": "^3.0.0"
"fs-plus": "^3.0.0",
"nan": "^2.14.2"
},
"scripts": {
"lint": "standard src spec",
Expand Down

0 comments on commit 4db2768

Please sign in to comment.