mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 12:43:01 -04:00
Update supported Node.js versions
Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
This commit is contained in:
8
.github/workflows/bindings_ci.yml
vendored
8
.github/workflows/bindings_ci.yml
vendored
@@ -93,16 +93,16 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
node-version: [14.0, 16.0, 18.0, 19.0]
|
||||
node-version: [16.0, 18.0, 19.0, 20.0]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
os-name: 🐧
|
||||
|
||||
- os: macos-latest
|
||||
os-name: 🍏
|
||||
node-version: 18.0
|
||||
node-version: 20.0
|
||||
|
||||
- node-version: 18.0
|
||||
- node-version: 20.0
|
||||
build-doc: true
|
||||
|
||||
steps:
|
||||
@@ -174,7 +174,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.0
|
||||
node-version: 20.0
|
||||
|
||||
- name: Install NPM dependencies
|
||||
working-directory: ${{ env.MATRIX_SDK_CRYPTO_JS_PATH }}
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
|
||||
- name: Load cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
2
.github/workflows/release_crypto_js.yml
vendored
2
.github/workflows/release_crypto_js.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.0
|
||||
node-version: 20.0
|
||||
|
||||
- name: Install NPM dependencies
|
||||
working-directory: ${{ env.PKG_PATH }}
|
||||
|
||||
Reference in New Issue
Block a user