Skip to content

Commit 290beb4

Browse files
committed
ci(*): update branches and ci of the github action
1 parent c2e2a54 commit 290beb4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ "vnext", "master" ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ "vnext", "master" ]
1111

1212
jobs:
1313
build:
@@ -25,9 +25,8 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
# cache: 'npm' # enable after committing lock file from first install
29-
- run: npm i # replace with 'npm ci' after committing lock file from first install
30-
# - run: npm run lint
28+
cache: 'npm'
29+
- run: npm ci
30+
- run: npm run lint
3131
- run: npm run build
32-
- run: npm run test
3332

0 commit comments

Comments
 (0)