File tree 4 files changed +8
-11
lines changed
4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Setup Node.js
14
- uses : actions/setup-node@v4.0.0
14
+ uses : actions/setup-node@v3.8.2
15
15
id : setup-node
16
16
17
17
with :
18
18
cache : ${{ inputs.use-cache == 'true' && 'npm' || '' }}
19
- check-latest : true
20
19
node-version-file : .nvmrc
Original file line number Diff line number Diff line change 25
25
26
26
27
27
- name : Setup Node.js
28
- uses : actions/setup-node@v4.0.0
28
+ uses : actions/setup-node@v3.8.2
29
29
with :
30
30
cache : npm
31
31
node-version : 8 # Node.js 8 supported by Dart Sass v1.0.0
47
47
48
48
49
49
- name : Setup Node.js
50
- uses : actions/setup-node@v4.0.0
50
+ uses : actions/setup-node@v3.8.2
51
51
with :
52
52
cache : npm
53
- check-latest : true
54
53
node-version-file : .nvmrc # Node.js project version must support Dart Sass v1
55
54
56
55
- name : Install package
77
76
78
77
79
78
- name : Setup Node.js
80
- uses : actions/setup-node@v4.0.0
79
+ uses : actions/setup-node@v3.8.2
81
80
with :
82
81
cache : npm
83
82
node-version : 4 # Node.js 4 supported by Node Sass v3.4.0
@@ -100,10 +99,9 @@ jobs:
100
99
101
100
102
101
- name : Setup Node.js
103
- uses : actions/setup-node@v4.0.0
102
+ uses : actions/setup-node@v3.8.2
104
103
with :
105
104
cache : npm
106
- check-latest : true
107
105
node-version-file : .nvmrc # Node.js project version must support Node Sass v8.x
108
106
109
107
- name : Install package
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ jobs:
275
275
uses : ./.github/workflows/actions/build
276
276
277
277
- name : Change Node.js version
278
- uses : actions/setup-node@v4.0.0
278
+ uses : actions/setup-node@v3.8.2
279
279
with :
280
280
node-version : ${{ matrix.node-version }}
281
281
Original file line number Diff line number Diff line change 61
61
"version" : " echo $npm_package_version"
62
62
},
63
63
"devDependencies" : {
64
+ "@babel/core" : " ^7.23.6" ,
65
+ "@babel/preset-env" : " ^7.23.6" ,
64
66
"@govuk-frontend/config" : " *" ,
65
67
"@govuk-frontend/helpers" : " *" ,
66
68
"@govuk-frontend/lib" : " *" ,
67
69
"@govuk-frontend/tasks" : " *" ,
68
- "@babel/core" : " ^7.23.6" ,
69
- "@babel/preset-env" : " ^7.23.6" ,
70
70
"@rollup/plugin-babel" : " ^6.0.4" ,
71
71
"@rollup/plugin-replace" : " ^5.0.5" ,
72
72
"@rollup/plugin-terser" : " ^0.4.4" ,
You can’t perform that action at this time.
0 commit comments