Update Node.js to version 16
This commit is contained in:
Родитель
75a6edd09c
Коммит
2ca5baba28
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run Test Harness
|
||||
shell: powershell
|
||||
run: |
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
{
|
||||
throw "{$($results.FailedCount)} Unit Test(s) Failed"
|
||||
}
|
||||
- uses: codecov/codecov-action@v1
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./CodeCov.xml
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
if: github.repository == 'microsoft/Microsoft365DSC'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Modules
|
||||
shell: powershell
|
||||
run: |
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
-Type 'Wiki' `
|
||||
-MainModulePath 'Modules\Microsoft365DSC' `
|
||||
-ResourceModuleName 'Microsoft365DSC'
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Upload Wiki Content
|
||||
path: D:\a\Microsoft365DSC\Microsoft365DSC\Microsoft365DSC_1.0.0_wikicontent.zip
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
if: github.repository == 'microsoft/Microsoft365DSC'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Modules
|
||||
shell: powershell
|
||||
run: |
|
||||
|
@ -85,8 +85,8 @@ jobs:
|
|||
if: github.repository == 'microsoft/Microsoft365DSC'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
if: github.repository == 'microsoft/Microsoft365DSC'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Dependencies
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
id: changed-files
|
||||
uses: tj-actions/changed-files@v34
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Microsoft365DSC
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run Test Harness
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
@ -9,12 +9,12 @@ jobs:
|
|||
name: PREVIEW
|
||||
name: Build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
- name: Generate workloads and resources
|
||||
shell: pwsh
|
||||
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"
|
||||
|
|
|
@ -9,12 +9,12 @@ jobs:
|
|||
name: PROD
|
||||
name: Build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
- name: Generate workloads and resources
|
||||
shell: pwsh
|
||||
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"
|
||||
|
|
Загрузка…
Ссылка в новой задаче