Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed May 20, 2024
1 parent a1c1488 commit 52dbff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '20' ]
node: [ '18', '20', '22' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"build-qunit": "mkdir build/esm/test/indexedDBmock && cp src/test/indexedDBmock/* build/esm/test/indexedDBmock && browserify src/test/indexedDBmock/exports-qunit-bundle.js -o build/esm/test/indexedDBmock/exports-qunit-bundle.js -t [ babelify --presets [ @babel/preset-env ] ]",
"test-qunit": "npm run build-qunit && node-qunit-phantomjs build/esm/test/indexedDBmock/index.html",
"test-w3c": "node src/test/web-platform-tests/run-all.js",
"test": "rm -rf build && npm run lint && npm run build && npm run test-jest && node test/test.js && node test/dexie.js && npm run test-w3c && npm run test-mocha && npm run test-qunit",
"test": "npm run lint && npm run build && npm run test-jest && node test/test.js && node test/dexie.js && npm run test-w3c && npm run test-mocha && npm run test-qunit",
"prepare": "husky install"
},
"author": "Jeremy Scheff <jdscheff@gmail.com> (http://dumbmatter.com/)",
Expand Down

0 comments on commit 52dbff1

Please sign in to comment.