diff --git a/.github/workflows/ci-app_examples.yml b/.github/workflows/ci-app_examples.yml index ec8becd5f70d1..fa58aae4573db 100644 --- a/.github/workflows/ci-app_examples.yml +++ b/.github/workflows/ci-app_examples.yml @@ -66,7 +66,7 @@ jobs: shell: bash - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' diff --git a/.github/workflows/ci-app_tests.yml b/.github/workflows/ci-app_tests.yml index 1678dab257301..8845ef3a53d53 100644 --- a/.github/workflows/ci-app_tests.yml +++ b/.github/workflows/ci-app_tests.yml @@ -77,7 +77,7 @@ jobs: # redis-port: 6379 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16'