From 0c3e2666e455bf3c489af65473cb66da82b4f2a0 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 4 Oct 2024 07:05:17 +0200 Subject: [PATCH] try fixing tests in ci --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8bb0e1b..45374be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 + with: + node-version: 22 - uses: bahmutov/npm-install@v1 - run: npm run build - run: npm run test