Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
Added node 21 to testing matrix
  • Loading branch information
DomPeliniAerospike committed Jan 13, 2024
1 parent 49e2e22 commit 87d6eb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- 18.x
- 20.x
- 21.x
continue-on-error: true
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
node-version: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- 18.x
- 20.x
- 21.x
continue-on-error: true
name: Node ${{ matrix.node-version }} tester
steps:
Expand Down
1 change: 0 additions & 1 deletion scripts/prebuiltBinding.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const os = require('node:os')
const fs = require('fs')
const util = require('util')
const exec = util.promisify(require('child_process').exec)
const rename = util.promisify(fs.rename)
const rm = util.promisify(fs.rm)

Expand Down

0 comments on commit 87d6eb3

Please sign in to comment.