diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5d7bf1..76dd54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/package.json b/package.json index d18201a..02f1e72 100644 --- a/package.json +++ b/package.json @@ -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": {