Skip to content

Commit

Permalink
Merge pull request #338 from opencomponents/use-az-identity
Browse files Browse the repository at this point in the history
use az default identity
  • Loading branch information
ricardo-devis-agullo authored Jun 17, 2024
2 parents f05163c + 2f77fe5 commit a971572
Show file tree
Hide file tree
Showing 9 changed files with 14,444 additions and 53 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,25 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn test
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ npm-debug.log
node_modules
coverage
/mocks/handlebars-component/_compile-static-package6/
package-lock.json
lib/
Loading

0 comments on commit a971572

Please sign in to comment.