Skip to content

Commit

Permalink
Toward OpenHistoricalMap/issues#742: modify and test build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Aug 2, 2024
1 parent 1a2a7c3 commit fa2698f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ name: build

on:
push:
branches: [ staging, 742-automate-id-upstream-catchup ]
pull_request:
branches: [ staging, release ]
branches: [ staging ]

permissions:
contents: read
Expand All @@ -20,9 +21,9 @@ jobs:
node-version: ['18', '20']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm clean-install
Expand Down

0 comments on commit fa2698f

Please sign in to comment.