Skip to content

Commit

Permalink
removing broken Node v20 test, cleaning up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
deirdre-k committed Sep 27, 2023
1 parent 6454744 commit 7f20b52
Show file tree
Hide file tree
Showing 4 changed files with 3,651 additions and 4,427 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@ jobs:
deploy:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Node.js ${{ matrix.node-version }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x

- name: Install JS dependencies
working-directory: ./src/icatcher/icatcher_app/frontend/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.x, 20.x]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Node.js ${{ matrix.node-version }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x

- name: Install JS dependencies
working-directory: ./src/icatcher/icatcher_app/frontend/
Expand Down
Loading

0 comments on commit 7f20b52

Please sign in to comment.