diff --git a/.github/workflows/ci-elm.yml b/.github/workflows/ci-elm.yml index 0a94a77..ffd538d 100644 --- a/.github/workflows/ci-elm.yml +++ b/.github/workflows/ci-elm.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index 3492619..3407132 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: denoland/setup-deno@v1 with: - deno-version: '1.39.1' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" } + deno-version: '1.40.2' # selfup { "regex": "\\d[^']+", "script": "deno --version | head -n 1 | cut -d ' ' -f 2" } - run: deno lint stylelint: timeout-minutes: 15 @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index d0c47cb..d1096c2 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 9e19c48..3118191 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 456f739..25c0578 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: dprint/check@v2.2 with: - dprint-version: '0.43.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" } + dprint-version: '0.45.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" } typos: timeout-minutes: 15 diff --git a/flake.lock b/flake.lock index 383e071..f697b06 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1701680307, - "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1704194953, - "narHash": "sha256-RtDKd8Mynhe5CFnVT8s0/0yqtWFMM9LmCzXv/YKxnq4=", + "lastModified": 1706913249, + "narHash": "sha256-x3M7iV++CsvRXI1fpyFPduGELUckZEhSv0XWnUopAG8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bd645e8668ec6612439a9ee7e71f7eac4099d4f6", + "rev": "e92b6015881907e698782c77641aa49298330223", "type": "github" }, "original": {