diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2d4729..434c37c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v2 - - uses: actions/setup-node@v3.2.0 + - uses: actions/setup-node@v3.6.0 with: node-version: '16' - run: npm ci @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands uses: nrwl/nx-set-shas@v2 - - uses: actions/setup-node@v3.2.0 + - uses: actions/setup-node@v3.6.0 with: node-version: '16' - run: npm ci diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ac456c..3fbaab6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Use Node.js 16 - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.6.0 with: node-version: '16'