From f21c77d575a07cd0f5fc6eba0faa139144040b97 Mon Sep 17 00:00:00 2001 From: Christian Hugo Date: Sat, 30 Aug 2025 18:28:00 +0200 Subject: [PATCH] install next tag --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 238ed1f..7e352e8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: "22.x" - - run: npm install -g @saltcorn/cli@1.3.1-beta.11 + - run: npm install -g @saltcorn/cli@next env: CI: true PGHOST: localhost