From 6c447dcc0d91a245e0ab0c1ad346f9c096731cdb Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Fri, 10 May 2024 10:05:37 -0700 Subject: [PATCH] fix(ci): update node version (#354) --- .github/workflows/client.yml | 10 +++++----- .github/workflows/core.yml | 10 +++++----- .github/workflows/interface.yml | 10 +++++----- .github/workflows/principal.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/server.yml | 10 +++++----- .github/workflows/transport.yml | 10 +++++----- .github/workflows/validator.yml | 10 +++++----- 8 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index e3a3ddfd..12a4e06f 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -26,14 +26,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - client steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -55,8 +55,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 16 + - '' + - 'latest' os: - ubuntu-latest - windows-latest @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index aae610a3..2240e745 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -22,14 +22,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - core steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -51,8 +51,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 16 + - '' + - 'latest' os: - ubuntu-latest - windows-latest @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/interface.yml b/.github/workflows/interface.yml index f745bcda..05461c06 100644 --- a/.github/workflows/interface.yml +++ b/.github/workflows/interface.yml @@ -20,14 +20,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - interface steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -49,8 +49,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 16 + - '' + - 'latest' os: - ubuntu-latest - windows-latest @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/principal.yml b/.github/workflows/principal.yml index 26051f96..f6f6882b 100644 --- a/.github/workflows/principal.yml +++ b/.github/workflows/principal.yml @@ -22,14 +22,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - principal steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -51,7 +51,7 @@ jobs: strategy: matrix: node-version: - - 16 + - '' os: - ubuntu-latest - windows-latest @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6bae0ca..df4908b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: version: 7 - name: Setup - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 6a423b1f..47e3bd68 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -30,14 +30,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - server steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -59,8 +59,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 16 + - '' + - 'latest' os: - ubuntu-latest - windows-latest @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/transport.yml b/.github/workflows/transport.yml index bf8db5d4..d78abed6 100644 --- a/.github/workflows/transport.yml +++ b/.github/workflows/transport.yml @@ -24,14 +24,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - transport steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -53,8 +53,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 16 + - '' + - latest os: - ubuntu-latest - windows-latest @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/validator.yml b/.github/workflows/validator.yml index e238a85f..a3995e8e 100644 --- a/.github/workflows/validator.yml +++ b/.github/workflows/validator.yml @@ -28,14 +28,14 @@ jobs: strategy: matrix: node-version: - - 16 + - '' project: - validator steps: - uses: actions/checkout@v2 - name: Setup node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -57,8 +57,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 16 + - '' + - latest os: - ubuntu-latest - windows-latest @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}