Skip to content

Commit

Permalink
Updated github actions tools and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Nakatani committed Mar 13, 2024
1 parent ef5b1ac commit cfd693c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
# job can access it
#
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.18.0"
"nan": "^2.19.0"
},
"devDependencies": {
"chai": "^4.3.10",
"chai": "^4.4.1",
"mocha": "^10.2.0"
},
"scripts": {
Expand Down

0 comments on commit cfd693c

Please sign in to comment.