From c1c6839f2c72c2d404243a0e2a21e71bfd0956d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:46:56 +0000 Subject: [PATCH] Sync CI dependencies with nixpkgs --- .github/workflows/ci-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index 1f687da..d1d9ecb 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: denoland/setup-deno@v2 with: - deno-version: '2.1.2' # selfup {"extract":"\\d[^']+","replacer":["bash","-c","deno --version | head -n 1"], "nth": 2} + deno-version: '2.1.3' # selfup {"extract":"\\d[^']+","replacer":["bash","-c","deno --version | head -n 1"], "nth": 2} - run: deno lint stylelint: timeout-minutes: 15