Skip to content

Commit

Permalink
Merge pull request #250 from 6utt3rfly/test
Browse files Browse the repository at this point in the history
Upgrade packages for unit testing and test with node 18 now too
  • Loading branch information
6utt3rfly committed Apr 25, 2023
2 parents e4fdda3 + 2e0903b commit bcb3c34
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 204 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -29,9 +29,9 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2.2.4
with:
version: 6.0.2
version: ^7
run_install: true
- run: pnpm install
- run: pnpm run default
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"benchmark": "^2.1.4",
"docco": "^0.8.1",
"eslint": "^7.23.0",
"http-server": "^0.12.3",
"http-server": "^14.1.1",
"husky": "^7.0.0",
"node-qunit-puppeteer": "^2.1.0",
"puppeteer": "^5.5.0",
"node-qunit-puppeteer": "^2.1.2",
"puppeteer": "^19.9.0",
"rollup": "^2.44.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down
Loading

0 comments on commit bcb3c34

Please sign in to comment.