Skip to content

Commit 84b19c8

Browse files
committed
ci: use node 14
[ci skip]
1 parent 831a5d7 commit 84b19c8

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

.github/workflows/compressed-size.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
- uses: actions/[email protected]
1111
with:
1212
fetch-depth: 1
13+
14+
- name: Setup Node.js environment
15+
uses: actions/[email protected]
16+
with:
17+
node-version: 14.x
18+
1319
- uses: preactjs/compressed-size-action@v2
1420
with:
1521
repo-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/[email protected]
2020
with:
21-
node-version: 12.x
21+
node-version: 14.x
2222

2323
- name: Install and Build
2424
run: |

.github/workflows/nodejs.yml

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

1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [14.x]
1414

1515
env:
1616
CI: true

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/[email protected]
2424
with:
25-
node-version: 12.x
25+
node-version: 14.x
2626

2727
- name: Install, test and build
2828
run: |

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/[email protected]
2121
with:
22-
node-version: '12.x'
22+
node-version: '14.x'
2323

2424
- name: Install, test and build
2525
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/[email protected]
2424
with:
25-
node-version: 12.x
25+
node-version: 14.x
2626

2727
- name: Install, test and build
2828
run: |

0 commit comments

Comments
 (0)