Skip to content

Release Aspose.Cells Cloud SDK 25.6.0 #9

Release Aspose.Cells Cloud SDK 25.6.0

Release Aspose.Cells Cloud SDK 25.6.0 #9

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
env:
ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
- name: Install dependencies
working-directory: ${{ github.workspace }}
run: |
npm ci
- name: Run tests
working-directory: ${{ github.workspace }}
run: npm test