Skip to content

Commit

Permalink
Merge pull request #1563 from pelias/update-npm-publish-versions
Browse files Browse the repository at this point in the history
Update 'npm-publish' action Ubuntu and Node versions
  • Loading branch information
orangejulius authored Sep 22, 2021
2 parents b005628 + 8df8d8e commit 48686cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
npm-publish:
needs: unit-tests
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install node.js 12.x
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 12.x
node-version: 16.x
- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
Expand Down

0 comments on commit 48686cf

Please sign in to comment.