Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update CI node version to `22.12.0`
Sebastian Martinez committed 11 months ago
commit c508812c840ab2b8b44c6c251f0b985a5875224f
parent f529a320ed3b1a721f87a1122fd42f0501762bc7
7 files changed +7 -7
modified .github/workflows/check-build.yml
@@ -11,7 +11,7 @@ jobs:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
        with:
-
          node-version: "20.9.0"
+
          node-version: "22.12.0"
      - name: Install dependencies
        run: npm ci
      - name: Install Playwright Browsers
modified .github/workflows/check-http-client-unit-test.yml
@@ -10,7 +10,7 @@ jobs:
      - name: Setup Node
        uses: actions/setup-node@v4
        with:
-
          node-version: "20.9.0"
+
          node-version: "22.12.0"
      - name: Checkout
        uses: actions/checkout@v4
      - run: npm ci
modified .github/workflows/check-unit-test.yml
@@ -10,7 +10,7 @@ jobs:
      - name: Setup Node
        uses: actions/setup-node@v4
        with:
-
          node-version: "20.9.0"
+
          node-version: "22.12.0"
      - name: Checkout
        uses: actions/checkout@v4
      - run: npm ci
modified .github/workflows/check-visual.yml
@@ -27,7 +27,7 @@ jobs:

      - uses: actions/setup-node@v4
        with:
-
          node-version: "20.9.0"
+
          node-version: "22.12.0"

      - name: Install dependencies
        run: npm ci
modified .github/workflows/check.yml
@@ -10,7 +10,7 @@ jobs:
      - name: Setup Node
        uses: actions/setup-node@v4
        with:
-
          node-version: "20.9.0"
+
          node-version: "22.12.0"
      - uses: actions/checkout@v4
      - run: npm ci
      - run: npm run check
modified .nvmrc
@@ -1 +1 @@
-
20.9.0

\ No newline at end of file
+
22.12.0
modified .tool-versions
@@ -1 +1 @@
-
nodejs 20.9.0
+
nodejs 22.12.0