mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-5509] Migrate to Node 18 (#8531)
* generate lock file * gha: use node 18 * upgrade lock file and remove old migrations cache * use npx instead of sudo link for nx commands * fix dependencies * migrate commands to node 18 * fix dependencies * try building storybook sequentially * fix affected libs * disable failing test
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
const tagVersion = process.env.TAG_VERSION;
|
||||
console.log('tagVersion:',tagVersion);
|
||||
const getLatestVersionOf = require('./scripts/github/update/latest-version-of.js');
|
||||
|
||||
|
||||
const { hasVersionNew: hasVersionNewJS, latestVersion: latestVersionJS } = await getLatestVersionOf({github, context, dependencyName: 'js-api', tagVersion});
|
||||
console.log('hasVersionNewJS', hasVersionNewJS)
|
||||
console.log('latestVersionJS', latestVersionJS)
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
- name: setup NPM
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.15.4
|
||||
node-version-file: '.nvmrc'
|
||||
cache-dependency-path: package-lock.json
|
||||
- name: "General :: dbpci-install"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user