mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
ui: update node version in GitHub Actions
This commit is contained in:
4
.github/workflows/ember-assets.yml
vendored
4
.github/workflows/ember-assets.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '12'
|
||||
- uses: backspace/ember-asset-size-action@edit-comment
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
9
.github/workflows/ember-test-audit.yml
vendored
9
.github/workflows/ember-test-audit.yml
vendored
@@ -10,7 +10,6 @@ defaults:
|
||||
|
||||
# There’s currently no way to share steps between jobs so there’s a lot of duplication
|
||||
# for running the audit for the base and PR.
|
||||
|
||||
jobs:
|
||||
time-base:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -20,9 +19,9 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.base.sha }}
|
||||
- uses: nanasess/setup-chromedriver@master
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '12'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: mkdir -p /tmp/test-reports
|
||||
- run: npx ember-test-audit 3 --json --output ../base-audit.json
|
||||
@@ -37,9 +36,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: nanasess/setup-chromedriver@master
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '12'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: mkdir -p /tmp/test-reports
|
||||
- run: npx ember-test-audit 3 --json --output ../pr-audit.json
|
||||
|
||||
Reference in New Issue
Block a user