diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 8050555..5878e83 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -23,7 +23,7 @@ jobs: # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ env.node_version }} - run: npm i