Skip to content

Commit

Permalink
fix pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 10, 2023
1 parent 7849cd4 commit f4a6366
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 968 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm install jsdom
- run: npm install -g http-server
Expand Down
Loading

0 comments on commit f4a6366

Please sign in to comment.