From a8de446081d3bdc0761dcd017f906438cfc0aa8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:59:12 +0000 Subject: [PATCH] Sync CI dependencies with nixpkgs --- .github/workflows/ci-elm.yml | 4 ++-- .github/workflows/ci-js.yml | 4 ++-- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-elm.yml b/.github/workflows/ci-elm.yml index ffd538da..a52709c3 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.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.1' # 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.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.1' # 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 3407132f..4f534c4f 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.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.1' # 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 d1096c21..e3b3eec2 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.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.1' # 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 31181917..0e32c830 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.11.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } + node-version: '20.11.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" } cache: npm - name: Install npm dependencies run: npm ci --ignore-scripts