diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b6e2056..aa4697d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 19.9 cache: 'npm' - name: Install Dependencies run: npm install