From 039cafbddb1b34c827b55e9c9ff36ed78a9eeff1 Mon Sep 17 00:00:00 2001 From: jfpenven Date: Tue, 1 Dec 2020 10:19:49 -0500 Subject: [PATCH] Update workflow file --- .github/workflows/zap_templates.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index 97350ccd0eb1d8..507c9418b1f2a5 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -22,21 +22,17 @@ jobs: templates: name: ZAP templates generation - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [12.x] + runs-on: ubuntu-18.04 steps: - name: Checkout uses: actions/checkout@v2 with: submodules: true - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js 12.x uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node-version }} + node-version: '12.x' - run: sudo apt-get update - run: sudo apt-get install --fix-missing libpixman-1-dev libcairo-dev libsdl-pango-dev libjpeg-dev libgif-dev