Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Update CI dependencies with adjusting to nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2023
1 parent 0f5602f commit 6072f38
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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@v3
with:
node-version: '20.5.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.6.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@v3
with:
node-version: '20.5.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.6.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@v3
with:
node-version: '20.5.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.6.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@v3
with:
node-version: '20.5.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.6.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@v3
with:
node-version: '20.5.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.6.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@v3
with:
node-version: '20.5.1' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
node-version: '20.6.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/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.16.8 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
- uses: crate-ci/typos@v1.16.13 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635741586
files: |
Expand Down

0 comments on commit 6072f38

Please sign in to comment.