|
|
|
|
@ -44,7 +44,7 @@ jobs:
@@ -44,7 +44,7 @@ jobs:
|
|
|
|
|
needs: setup |
|
|
|
|
env: |
|
|
|
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }} |
|
|
|
|
_PKG_FETCH_NODE_VERSION: 18.5.0 |
|
|
|
|
_PKG_FETCH_NODE_VERSION: 20.11.0 |
|
|
|
|
_PKG_FETCH_VERSION: 3.4 |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout repo |
|
|
|
|
@ -55,7 +55,7 @@ jobs:
@@ -55,7 +55,7 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
cache: 'npm' |
|
|
|
|
cache-dependency-path: '**/package-lock.json' |
|
|
|
|
node-version: '18' |
|
|
|
|
node-version: '20.11.0' |
|
|
|
|
|
|
|
|
|
- name: Update NPM |
|
|
|
|
run: | |
|
|
|
|
@ -139,7 +139,7 @@ jobs:
@@ -139,7 +139,7 @@ jobs:
|
|
|
|
|
needs: setup |
|
|
|
|
env: |
|
|
|
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }} |
|
|
|
|
_PKG_FETCH_NODE_VERSION: 18.5.0 |
|
|
|
|
_PKG_FETCH_NODE_VERSION: 20.11.0 |
|
|
|
|
_PKG_FETCH_VERSION: 3.4 |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout repo |
|
|
|
|
@ -150,7 +150,7 @@ jobs:
@@ -150,7 +150,7 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
cache: 'npm' |
|
|
|
|
cache-dependency-path: '**/package-lock.json' |
|
|
|
|
node-version: '18' |
|
|
|
|
node-version: '20.11.0' |
|
|
|
|
|
|
|
|
|
- name: Update NPM |
|
|
|
|
run: | |
|
|
|
|
@ -226,7 +226,7 @@ jobs:
@@ -226,7 +226,7 @@ jobs:
|
|
|
|
|
needs: setup |
|
|
|
|
env: |
|
|
|
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }} |
|
|
|
|
_WIN_PKG_FETCH_VERSION: 18.5.0 |
|
|
|
|
_WIN_PKG_FETCH_VERSION: 20.11.0 |
|
|
|
|
_WIN_PKG_VERSION: 3.4 |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout repo |
|
|
|
|
@ -242,7 +242,7 @@ jobs:
@@ -242,7 +242,7 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
cache: 'npm' |
|
|
|
|
cache-dependency-path: '**/package-lock.json' |
|
|
|
|
node-version: '18' |
|
|
|
|
node-version: '20.11.0' |
|
|
|
|
|
|
|
|
|
- name: Update NPM |
|
|
|
|
run: | |
|
|
|
|
@ -382,7 +382,7 @@ jobs:
@@ -382,7 +382,7 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
cache: 'npm' |
|
|
|
|
cache-dependency-path: '**/package-lock.json' |
|
|
|
|
node-version: '18' |
|
|
|
|
node-version: '20.11.0' |
|
|
|
|
|
|
|
|
|
- name: Update NPM |
|
|
|
|
run: | |
|
|
|
|
@ -456,7 +456,7 @@ jobs:
@@ -456,7 +456,7 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
cache: 'npm' |
|
|
|
|
cache-dependency-path: '**/package-lock.json' |
|
|
|
|
node-version: '18' |
|
|
|
|
node-version: '20.11.0' |
|
|
|
|
|
|
|
|
|
- name: Update NPM |
|
|
|
|
run: | |
|
|
|
|
@ -510,7 +510,7 @@ jobs:
@@ -510,7 +510,7 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
cache: 'npm' |
|
|
|
|
cache-dependency-path: '**/package-lock.json' |
|
|
|
|
node-version: '18' |
|
|
|
|
node-version: '20.11.0' |
|
|
|
|
|
|
|
|
|
- name: Update NPM |
|
|
|
|
run: | |
|
|
|
|
|