Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 5a27151

Browse files
authored
Merge pull request #1443 from guardian/migrate-node-version
update node version to 14.16
2 parents aad354d + 049344f commit 5a27151

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v1
30-
- uses: actions/setup-node@v2.1.5
31-
with:
32-
node-version: 12
30+
- uses: guardian/actions-setup-node@main
3331
- uses: actions/cache@v2
3432
with:
3533
path: ~/.npm

.github/workflows/nodejs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v1
17-
- uses: actions/setup-node@v2.1.5
18-
with:
19-
node-version: 12
17+
- uses: guardian/actions-setup-node@main
2018
- uses: actions/cache@v2
2119
with:
2220
path: ~/.npm

.github/workflows/pr-deployment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2.1.5
17-
with:
18-
node-version: 12
16+
- uses: guardian/actions-setup-node@main
1917
- uses: actions/cache@v2
2018
with:
2119
path: ~/.npm

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.13.0
1+
14.16

0 commit comments

Comments
 (0)