diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 82bcdae..5d9270e 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js latest + - name: Use Node.js lts uses: actions/setup-node@v3 with: - node-version: latest + node-version: lts cache: 'npm' registry-url: https://registry.npmjs.org/ - run: npm ci @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: latest + node-version: lts registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build