Skip to content

Commit

Permalink
ci: Update versions of test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 27, 2023
1 parent ab97dee commit 2fa30b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
os: [ubuntu-20.04, windows-2019, macos-11]
node-version: [16, 18, 20]
os: [ubuntu-22.04, windows-2022, macos-13]

steps:
- uses: actions/setup-node@v3
Expand All @@ -26,8 +26,8 @@ jobs:

- name: Test
run: |
yarn
yarn test
npm install
npm run test
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"pretest": "node-gyp rebuild --debug -C test",
"lint": "cpplint --recursive --filter=-build/include_what_you_use src test",
"test": "node --expose-gc test",
"test": "node --expose-gc test/index.js",
"test:incremental": "node-gyp build --debug -C test && node --expose-gc test"
},
"readme": "README.md",
Expand Down

0 comments on commit 2fa30b3

Please sign in to comment.