Skip to content

Commit f9b4dcd

Browse files
committed
ci: fix CI configuration
1 parent 7218896 commit f9b4dcd

2 files changed

Lines changed: 285 additions & 4 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
main:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
name: Checkout [${{ github.ref_name }}]
1212
with:
1313
fetch-depth: 0
1414
- uses: nrwl/nx-set-shas@v4
1515
name: Derive appropriate SHAs for base and head for `nx affected` commands
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 'lts/*'
18+
node-version: 'lts/-2'
1919
- run: npm ci --legacy-peer-deps
2020
- run: npx nx affected --target=format:check --parallel=2
2121
- run: npx nx affected --target=build --parallel=2

0 commit comments

Comments
 (0)