diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 53e7f47..752a72f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build and Test - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x - run: yarn install --frozen-lockfile diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d74e7aa..3643925 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build and Test - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x - run: yarn install --frozen-lockfile diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 5cff552..4b08fe1 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build and Test - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16.x - run: yarn install --frozen-lockfile