Skip to content

Commit

Permalink
node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Aug 7, 2022
1 parent d3fa2f9 commit 551db75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Use Node.js 8.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 12.x
- run: |
npm ci
npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js 8.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 12.x
- name: Build SV app
run: |
npm ci
Expand Down

0 comments on commit 551db75

Please sign in to comment.