Skip to content

Commit

Permalink
Update to node.js 14 for the ZAP test. (#8695)
Browse files Browse the repository at this point in the history
At some point in the recent past ZAP dropped support for node.js 12.
Going forward we need to use node.js 14 or later with ZAP.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Sep 9, 2021
1 parent ecc944a commit 1747928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: Use Java
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 1747928

Please sign in to comment.