-
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.
- Loading branch information
1 parent
def7c28
commit a329b59
Showing
1 changed file
with
6 additions
and
2 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 |
---|---|---|
|
@@ -144,6 +144,10 @@ jobs: | |
runs-on: windows-latest | ||
environment: release | ||
needs: login-aws | ||
container: | ||
image: dockurr/windows | ||
env: | ||
VERSION: "10" | ||
steps: | ||
- name: aws creds | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
|
@@ -166,7 +170,7 @@ jobs: | |
- name: install node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22.11.0 | ||
node-version: 14.16.0 | ||
|
||
- name: setup | ||
shell: bash | ||
|
@@ -202,7 +206,7 @@ jobs: | |
python --version | ||
rustup show | ||
wasm-pack --version | ||
yarn global add [email protected] | ||
yarn add [email protected] | ||
# Install dependencies | ||
yarn --network-timeout 1000000 | ||
|