Skip to content

Commit

Permalink
ci: upgrade node version from 12 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaudin committed Nov 24, 2021
1 parent dc3be13 commit 626060e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn
- run: yarn lint

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn install

- name: Build @igloo-ui/tokens
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn
- run: yarn lint

Expand All @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn
- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 626060e

Please sign in to comment.