Skip to content

Commit

Permalink
fix(build): Update build to use newer rollup and fix unit/integration…
Browse files Browse the repository at this point in the history
… tests (#353)

* Update build

* fix(build): Update to newer rollup/build versions and fix tests

* Update node version for tests/build

* Update node version

* Re-enable the large private, seems delete/load fixes it
  • Loading branch information
wayfarer3130 committed Jun 19, 2023
1 parent 9980d13 commit 5d6e121
Show file tree
Hide file tree
Showing 16 changed files with 801 additions and 2,443 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Install packages
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
base = ""
publish = "examples/"
command = "npm run build:examples"
environment = { NODE_VERSION = "18.16.0" }

# Deploy Preview context: all deploys generated from a pull/merge request will
# inherit these settings.
[context.deploy-preview]
base = ""
publish = "examples/"
command = "npm run build:examples"
environment = { NODE_VERSION = "18.16.0" }
Loading

0 comments on commit 5d6e121

Please sign in to comment.