Skip to content

Commit

Permalink
Restored support for node 14.15.1 (#194)
Browse files Browse the repository at this point in the history
* restored support for node 14.15.1

* workflows to match

* brought node=local into line
  • Loading branch information
therealryan authored Jan 9, 2023
1 parent d726c66 commit f416a67
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16
node-version: '14.15.1'
cache: 'yarn'
cache-dependency-path: report/report-ng/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16
node-version: '14.15.1'
cache: 'yarn'
cache-dependency-path: report/report-ng/yarn.lock

Expand Down
12 changes: 6 additions & 6 deletions report/report-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "^14.1.2",
"@angular/platform-browser-dynamic": "^14.1.2",
"@angular/router": "^14.1.2",
"@babel/core": "^7.20.12",
"@babel/core": "^7.20.7",
"@types/diff-match-patch": "^1.0.32",
"diff-match-patch": "^1.0.5",
"ngx-markdown": "^14.0.1",
Expand All @@ -32,18 +32,18 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.2",
"@angular/cli": "^15.0.5",
"@angular/cli": "^14.1.2",
"@angular/compiler-cli": "^14.1.2",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.11.18",
"@types/node": "^12.11.1",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.4"
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.4"
}
}
4 changes: 2 additions & 2 deletions report/report-ng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ Build with
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<configuration>
<nodeVersion>v16.17.0</nodeVersion>
<yarnVersion>v1.22.10</yarnVersion>
<nodeVersion>v14.15.1</nodeVersion>
<yarnVersion>v1.22.17</yarnVersion>
<installDirectory>${user.home}/.node</installDirectory>
</configuration>
<executions>
Expand Down
Loading

0 comments on commit f416a67

Please sign in to comment.