Skip to content

Commit d3fc991

Browse files
committed
remove node setup
1 parent 5e88462 commit d3fc991

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,6 @@ jobs:
7777
runs-on: ubuntu-18.04
7878
steps:
7979
- 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-
with:
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
9380
- name: Build docker image
9481
uses: docker/build-push-action@v2
9582
with:

0 commit comments

Comments
 (0)