Skip to content

Commit

Permalink
Sync CI dependencies with nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 19, 2024
1 parent dce9ebf commit a8de446
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-elm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8de446

Please sign in to comment.