Skip to content

Commit 626060e

Browse files
author
Franck
committed
ci: upgrade node version from 12 to 14
1 parent dc3be13 commit 626060e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-to-gh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 12
14+
node-version: 14
1515
- run: yarn
1616
- run: yarn lint
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: 12
25+
node-version: 14
2626
- run: yarn install
2727

2828
- name: Build @igloo-ui/tokens

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 12
15+
node-version: 14
1616
- run: yarn
1717
- run: yarn lint
1818

@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
- uses: actions/setup-node@v2
2727
with:
28-
node-version: 12
28+
node-version: 14
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn
3131
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)