-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get working nix environment for this repo * Update webpack, typescript, etc All in service of being able to update micromatch. Confirmed the dev server tests still run, everything still compiles with these updates. * Update to fixed micromatch * Remove deprecated calls * Remove dead comment * Updates for webpack-dev-server test * One I can't catch locally * Remove unused lockfile
- Loading branch information
Showing
14 changed files
with
1,481 additions
and
2,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use flake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
strategy: | ||
matrix: | ||
node_version: | ||
- '14' | ||
- '18' | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions-rs/toolchain@v1 | ||
|
@@ -26,6 +26,7 @@ jobs: | |
- uses: IronCoreLabs/[email protected] | ||
with: | ||
crate: wasm-bindgen-cli | ||
version: 0.2.92 # needs to match Cargo.toml and flake.nix version | ||
accesskey: AKIAU2WBY6VDTC563V7G | ||
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }} | ||
os: ubuntu-20.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ npm-debug.log | |
yarn-error.log | ||
target/* | ||
pkg/* | ||
wasm-pack.log | ||
wasm-pack.log | ||
.direnv |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.