Skip to content

Commit bb91fb9

Browse files
committed
node version
1 parent b33c7bc commit bb91fb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: 12
12+
node-version: 14
1313
- run: npm install -g yarn
1414
- run: yarn install --frozen-lockfile
15-
- run: yarn lint
15+
- run: yarn lint
1616
- run: yarn test
1717
- run: yarn test:e2e:run
1818
builds:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: actions/setup-node@v1
2323
with:
24-
node-version: 12
24+
node-version: 14
2525
- run: npm install -g yarn
2626
- run: yarn install --frozen-lockfile
2727
- run: yarn build

0 commit comments

Comments
 (0)