mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Merge pull request #17624 from hashicorp/b/ui-audit-workflow
[UI, CI] Bump the ember-test-audit workflow to node 18
This commit is contained in:
4
.github/workflows/ember-test-audit.yml
vendored
4
.github/workflows/ember-test-audit.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '18'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: mkdir -p /tmp/test-reports
|
||||
- run: npx ember-test-audit 1 --json --output ../base-audit.json
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '18'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: mkdir -p /tmp/test-reports
|
||||
- run: npx ember-test-audit 1 --json --output ../pr-audit.json
|
||||
|
||||
Reference in New Issue
Block a user