Skip to content

Commit

Permalink
Try one more thing
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
  • Loading branch information
mstruk committed Feb 5, 2024
1 parent cfd8043 commit ca6f082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ addons:
- maven
before_install:
- curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
- source ~/.bashrc
- nvm install v18.18.2
- npm install -g pnpm
env:
Expand Down
2 changes: 2 additions & 0 deletions .travis/build-s390x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ rm pnpm-lock.yaml
head -n -2 package.json > tmp.txt
echo ' },
"resolutions": {
"swc": "npm:@swc/wasm",
"rollup": "npm:@rollup/wasm-node"
},
"overrides": {
"swc": "npm:@swc/wasm",
"rollup": "npm:@rollup/wasm-node"
}
}' >> tmp.txt
Expand Down

0 comments on commit ca6f082

Please sign in to comment.