Skip to content

Update to Keycloak v23.0.7 #2

Update to Keycloak v23.0.7

Update to Keycloak v23.0.7 #2

Workflow file for this run

#
# This CI triggered on PRs.
#
# Verify if `npm run build:dist` pass
#
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://npm.pkg.github.com"
- run: npm install
- run: npm run prepublish