Skip to content

Upgrade dependencies #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Dec 6, 2021
2 changes: 1 addition & 1 deletion .github/typescript-ci-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- "12"
- "14"
rust_version:
- 1.48.0
- 1.51.0
- stable
- beta
os:
Expand Down
25 changes: 12 additions & 13 deletions .github/workflows/typescript-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version:
- '10'
- '12'
- '14'
node_version: ['10', '12', '14']
rust_version:
- 1.48.0
- 1.51.0
- stable
- beta
os:
- macos-10.15
- ubuntu-20.04
- windows-2019
include:
- node_version: '16'
rust_version: stable
os: ubuntu-20.04
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -53,19 +54,17 @@ jobs:
delta: 0.2
afterSwitchCommand: yarn
test-docker:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-20.04
strategy:
matrix:
node_version:
- '10'
- '12'
- '14'
node_version: ['10', '12', '14']
rust_version:
- 1.48.0
- 1.51.0
- stable
- beta
os:
- ubuntu-18.04
include:
- node_version: '16'
rust_version: stable
fail-fast: false
steps:
- run: apk add build-base git python3 wget
Expand Down
Loading