Skip to content

Commit 0699edb

Browse files
committed
ci: update versions, add test
1 parent 00f319c commit 0699edb

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ env:
66

77
on:
88
push:
9-
branches: [ "main" ]
9+
branches: ["main"]
1010
pull_request:
11-
branches: [ "main" ]
11+
branches: ["main"]
1212

1313
jobs:
1414
build:
@@ -17,14 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v6
2424
with:
2525
node-version: lts/*
26-
- uses: nrwl/nx-set-shas@v3
26+
cache: npm
27+
- uses: nrwl/nx-set-shas@v5
2728
- name: npm install
2829
run: npm install --force
2930
- name: Build.all affected
30-
run: npx nx affected --target=build --exclude nativescript-demo-ng
31+
run: npx nx affected --target=build,test --exclude nativescript-demo-ng

0 commit comments

Comments
 (0)