Skip to content

Commit 1f291e3

Browse files
author
Paul Boocock
committed
Bump build to use node 14 (close #989)
1 parent 1a97bd8 commit 1f291e3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2
1919

20-
- name: Use Node.js 12
20+
- name: Use Node.js 14
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 12.x
23+
node-version: 14.x
2424

2525
- name: pnpm cache
2626
uses: actions/cache@v2

.github/workflows/change_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- name: Use Node.js 12
15+
- name: Use Node.js 14
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12.x
18+
node-version: 14.x
1919

2020
- name: pnpm cache
2121
uses: actions/cache@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Use Node.js 12
21+
- name: Use Node.js 14
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 12
24+
node-version: 14
2525

2626
- name: pnpm cache
2727
uses: actions/cache@v2

.github/workflows/publish_prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Use Node.js 12
21+
- name: Use Node.js 14
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 12
24+
node-version: 14
2525

2626
- name: pnpm cache
2727
uses: actions/cache@v2

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Use Node.js 12
10+
- name: Use Node.js 14
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: 12
13+
node-version: 14
1414

1515
- name: pnpm cache
1616
uses: actions/cache@v2

0 commit comments

Comments
 (0)