We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7218896 commit f9b4dcdCopy full SHA for f9b4dcd
2 files changed
.github/workflows/ci-main.yml
@@ -7,15 +7,15 @@ jobs:
7
main:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
name: Checkout [${{ github.ref_name }}]
12
with:
13
fetch-depth: 0
14
- uses: nrwl/nx-set-shas@v4
15
name: Derive appropriate SHAs for base and head for `nx affected` commands
16
- uses: actions/setup-node@v4
17
18
- node-version: 'lts/*'
+ node-version: 'lts/-2'
19
- run: npm ci --legacy-peer-deps
20
- run: npx nx affected --target=format:check --parallel=2
21
- run: npx nx affected --target=build --parallel=2
0 commit comments