Skip to content

Commit bb9da2c

Browse files
authored
Merge pull request #45 from ggtakec/update_etc
Updated github actions tools and dependencies
2 parents ef5b1ac + cfd693c commit bb9da2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
# job can access it
6060
#
6161
- name: Checkout sources
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363

6464
- name: Use Node.js ${{ matrix.node-version }}
65-
uses: actions/setup-node@v3
65+
uses: actions/setup-node@v4
6666
with:
6767
node-version: ${{ matrix.node-version }}
6868

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"bindings": "^1.5.0",
12-
"nan": "^2.18.0"
12+
"nan": "^2.19.0"
1313
},
1414
"devDependencies": {
15-
"chai": "^4.3.10",
15+
"chai": "^4.4.1",
1616
"mocha": "^10.2.0"
1717
},
1818
"scripts": {

0 commit comments

Comments
 (0)