diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 90add16..35885f9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '20.x' - run: npm ci - run: npm run build-gh-pages - name: Deploy diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67474a8..c9479f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: '20.x' + + - run: npm ci - run: npm run transpile - name: Cypress run