Skip to content

Commit 4ee7ff1

Browse files
committed
bump node versions for build
1 parent 0115b0d commit 4ee7ff1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/a11y.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16-
- name: Use Node.js 15
16+
- name: Use Node.js 16
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 15
19+
node-version: 16
2020
- name: Install
2121
run: yarn install
2222
- name: Build

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x]
19+
node-version: [14.x, 16.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 16
1818
- run: yarn install
1919
- run: yarn build
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 12
28+
node-version: 16
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn install
3131
- run: yarn build
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions/setup-node@v1
4242
with:
43-
node-version: 12
43+
node-version: 16
4444
registry-url: https://npm.pkg.github.com/
4545
- run: yarn install
4646
- run: yarn build

.github/workflows/visual-testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
8+
99
env:
1010
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
1111

@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2
19-
- name: Use Node.js 15
19+
- name: Use Node.js 16
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 15
22+
node-version: 16
2323
- name: Install
2424
run: yarn install
2525
- name: Build
@@ -29,4 +29,4 @@ jobs:
2929
yarn start &
3030
sleep 60 &&
3131
yarn visual
32-
32+

0 commit comments

Comments
 (0)