Merge pull request #329 from BlackishGreen33/dependabot/npm_and_yarn/… #600
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Syncfusion License | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: git checkout | |
uses: actions/checkout@v4 | |
- name: pnpm setup | |
uses: pnpm/action-setup@v3 | |
with: | |
version: '9.1.2' | |
- name: Install node modules | |
run: pnpm install | |
- name: Activate Syncfusion License | |
run: npx syncfusion-license activate | |
env: | |
SYNCFUSION_LICENSE: ${{ secrets.SYNCFUSION_LICENSE }} |