We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f79d3 commit 9b31e07Copy full SHA for 9b31e07
.github/workflows/merge-to-main.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: 'Merge to main'
+name: 'Build'
2
3
on:
4
push:
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-node@v1
29
with:
30
node-version: ${{ matrix.node-version }}
31
- - name: Install latest NPM version
+ - name: Install NPM
32
run: npm install -g npm@9
33
- run: npm ci
34
- run: npm run test-ci
.github/workflows/pull-request.yml
@@ -20,7 +20,7 @@ jobs:
20
21
node-version: ${{ matrix.node }}
22
cache: 'npm'
23
24
25
- name: Install dependencies
26
run: npm ci
0 commit comments