Skip to content

Commit

Permalink
change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Dec 11, 2019
1 parent ad4dd8a commit e00135e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/total.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
name: Gloabl Job
strategy:
matrix:
node: ['10.x']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Create production build
uses: actions/setup-node@v1
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node }}
- run: npm install -g yarn
Expand Down

0 comments on commit e00135e

Please sign in to comment.