diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ea6b4f..078e4f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 + with: + node-version: latest - name: Build Assets run: npm i && npm run build diff --git a/.github/workflows/style-lint.yml b/.github/workflows/style-lint.yml index e095978..89eeaef 100644 --- a/.github/workflows/style-lint.yml +++ b/.github/workflows/style-lint.yml @@ -17,5 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 + with: + node-version: latest - run: npm i - run: npm test