Skip to content

Commit

Permalink
chore(ci/workflows): rename merge to main back to build (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Sep 3, 2023
1 parent f5f79d3 commit 9b31e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Merge to main'
name: 'Build'

on:
push:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install latest NPM version
- name: Install NPM
run: npm install -g npm@9
- run: npm ci
- run: npm run test-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install latest NPM version
- name: Install NPM
run: npm install -g npm@9
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 9b31e07

Please sign in to comment.