ci) pin node 22 for svelte tooling
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 2m39s

This commit is contained in:
2026-02-20 22:42:35 -05:00
parent 6e02e5128a
commit d464e71654

View File

@@ -25,6 +25,11 @@ jobs:
with: with:
bun-version: '1.3.3' bun-version: '1.3.3'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile