15
15
node-version : ['*']
16
16
include :
17
17
- os : ubuntu-latest
18
- node-version : ' 12.20 .0'
18
+ node-version : ' 14.16 .0'
19
19
fail-fast : false
20
20
steps :
21
21
# Sets an output parameter if this is a release PR
37
37
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
38
38
- name : Install npm@7
39
39
run : npm install -g npm@7
40
- if : ${{ matrix.node-version == '12.20 .0' && !steps.release-check.outputs.IS_RELEASE }}
40
+ if : ${{ matrix.node-version == '14.16 .0' && !steps.release-check.outputs.IS_RELEASE }}
41
41
- name : Install dependencies
42
42
run : npm ci
43
43
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
@@ -61,19 +61,19 @@ jobs:
61
61
# We test on the oldest supported Node.js version, but only with a
62
62
# single combination (Ubuntu)
63
63
- os : ubuntu-latest
64
- node-version : ' 12.20 .0'
64
+ node-version : ' 14.16 .0'
65
65
install-command : npm ci
66
66
machine : ' 0'
67
67
- os : ubuntu-latest
68
- node-version : ' 12.20 .0'
68
+ node-version : ' 14.16 .0'
69
69
install-command : npm ci
70
70
machine : ' 1'
71
71
- os : ubuntu-latest
72
- node-version : ' 12.20 .0'
72
+ node-version : ' 14.16 .0'
73
73
install-command : npm ci
74
74
machine : ' 2'
75
75
- os : ubuntu-latest
76
- node-version : ' 12.20 .0'
76
+ node-version : ' 14.16 .0'
77
77
install-command : npm ci
78
78
machine : ' 3'
79
79
# The buildbot pins Netlify Build's dependencies, like `npm ci`.
@@ -120,7 +120,7 @@ jobs:
120
120
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
121
121
- name : Install npm@7
122
122
run : npm install -g npm@7
123
- if : ${{ matrix.node-version == '12.20 .0' && !steps.release-check.outputs.IS_RELEASE }}
123
+ if : ${{ matrix.node-version == '14.16 .0' && !steps.release-check.outputs.IS_RELEASE }}
124
124
- name : Install dependencies
125
125
run : ${{ matrix.install-command }}
126
126
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
0 commit comments