Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/danger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v6.0.0
uses: actions/setup-node@v6.1.0
with:
node-version: current
- name: Install yarn dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: old


- uses: actions/setup-node@v6.0.0
- uses: actions/setup-node@v6.1.0
- name: Install dependencies
run: |
sudo apt-get install jq diffutils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6.0.0
- uses: actions/setup-node@v6.1.0
- name: Generate map data compatible with map reader as well as json files
run: |
yarn install --frozen-lockfile
Expand Down
Loading