diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index aa94288..b382c40 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -41,12 +41,11 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - name: Use Node.js 16 to build - uses: actions/setup-node@v3 with: node-version: 16 cache: 'npm' - - run: npm ci + - run: npm i - run: npm run build --if-present - run: npm test - name: Deploy build artifacts to Azure