Skip to content

Commit

Permalink
test: update node versions in tests (#1144)
Browse files Browse the repository at this point in the history
* test: update node versions in tests

* test: update parcel in demos
  • Loading branch information
patrickarlt authored Feb 21, 2024
1 parent 7d8220a commit e317d17
Show file tree
Hide file tree
Showing 3 changed files with 2,202 additions and 5,470 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pre-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [14, 16, 18]
node: [18, 20]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Upgrade npm
run: npm i -g npm@7

- name: Install Dependencies
run: npm install

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pull-request-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [14, 16, 18]
node: [18, 20]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Update to NPM 7 for workspace support
run: npm install -g npm@7

- name: Install Dependencies
run: npm install

Expand Down
Loading

0 comments on commit e317d17

Please sign in to comment.