diff --git a/.github/workflows/test_asset-exchange-besu.yml b/.github/workflows/test_asset-exchange-besu.yml index a6db79844..c19aa6c31 100644 --- a/.github/workflows/test_asset-exchange-besu.yml +++ b/.github/workflows/test_asset-exchange-besu.yml @@ -36,10 +36,10 @@ jobs: java-version: '11' distribution: 'adopt' - - name: Use Node.js 14.x - uses: actions/setup-node@v2 + - name: Use Node.js 16.x + uses: actions/setup-node@v4.0.2 with: - node-version: 14.x + node-version: 16.x - name: Use Protoc 3.15 run: | @@ -215,10 +215,10 @@ jobs: java-version: '11' distribution: 'adopt' - - name: Use Node.js 14.x - uses: actions/setup-node@v2 + - name: Use Node.js 16.x + uses: actions/setup-node@v4.0.2 with: - node-version: 14.x + node-version: 16.x - name: Use Protoc 3.15 run: |