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 5e88462 commit d3fc991Copy full SHA for d3fc991
.github/workflows/ci.yml
@@ -77,19 +77,6 @@ jobs:
77
runs-on: ubuntu-18.04
78
steps:
79
- uses: actions/checkout@v2
80
- - name: Use Node.js ${{ matrix.NODE_VERSION }}
81
- uses: actions/setup-node@v1
82
- with:
83
- node-version: ${{ matrix.node-version }}
84
- - name: Cache Node.js modules
85
- uses: actions/cache@v2
86
87
- path: ~/.npm
88
- key: ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
89
- restore-keys: |
90
- ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
91
- - name: Install dependencies
92
- run: npm ci
93
- name: Build docker image
94
uses: docker/build-push-action@v2
95
with:
0 commit comments