Skip to content

Commit

Permalink
CI: use standard Github Action templates
Browse files Browse the repository at this point in the history
A lot of our repositories have diverged from our intended template, so this copies a templated version over whatever was here before

Connects pelias/pelias#951
  • Loading branch information
orangejulius committed Nov 26, 2024
1 parent 1098774 commit 05a181f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
node-version: '${{ matrix.node-version }}'
- name: Run unit tests
run: |
[[ -f ./bin/ci-setup ]] && ./bin/ci-setup
npm install
npm run ci
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
Expand Down

0 comments on commit 05a181f

Please sign in to comment.