diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 0010d6c9..67adfd5b 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -18,11 +18,6 @@ jobs: - uses: actions/checkout@v4 # Set up any tools and build steps here - - name: Set Up Node.js - uses: actions/setup-node@v4 - with: - node-version: current - - name: Set Up Bun uses: oven-sh/setup-bun@v1 with: