mirror of
https://github.com/azure/login.git
synced 2026-06-05 19:53:31 +00:00
Compare commits
1 commit
master
...
update-nod
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2431008d0a |
6 changed files with 19 additions and 19 deletions
12
.github/workflows/azure-login-negative.yml
vendored
12
.github/workflows/azure-login-negative.yml
vendored
|
|
@ -21,10 +21,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -84,10 +84,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -345,10 +345,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
12
.github/workflows/azure-login-positive.yml
vendored
12
.github/workflows/azure-login-positive.yml
vendored
|
|
@ -20,10 +20,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -116,10 +116,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -256,10 +256,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
6
.github/workflows/azure-login-pr-check.yml
vendored
6
.github/workflows/azure-login-pr-check.yml
vendored
|
|
@ -16,11 +16,11 @@ jobs:
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
# Using 16.x version as an example
|
# Using 20.x version as an example
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: installing node_modules
|
- name: installing node_modules
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
|
||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -20,10 +20,10 @@ jobs:
|
||||||
- name: 'Checking out repo code'
|
- name: 'Checking out repo code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 16.x for GitHub Action
|
- name: Set Node.js 20.x for GitHub Action
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
|
|
||||||
- name: 'Validate build'
|
- name: 'Validate build'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
.github/workflows/markdownlint.yml
vendored
2
.github/workflows/markdownlint.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
- name: Run Markdownlint
|
- name: Run Markdownlint
|
||||||
run: |
|
run: |
|
||||||
npm i -g markdownlint-cli2
|
npm i -g markdownlint-cli2
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ branding:
|
||||||
icon: 'login.svg'
|
icon: 'login.svg'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
pre: 'lib/cleanup.js'
|
pre: 'lib/cleanup.js'
|
||||||
main: 'lib/main.js'
|
main: 'lib/main.js'
|
||||||
post: 'lib/cleanup.js'
|
post: 'lib/cleanup.js'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue