Skip to content

Commit

Permalink
Merge pull request #106 from pelias/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
orangejulius authored Sep 23, 2021
2 parents aae551d + 380a5f9 commit 0e50ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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 Golang 1.16.x'
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"end-to-end": "npm run pretest; node test/end-to-end.js;",
"lint": "jshint .",
"validate": "npm ls",
"travis": "npm test && npm run end-to-end",
"compile": "./compile.sh",
"no-unstaged": "git diff --exit-code"
},
Expand Down

0 comments on commit 0e50ce1

Please sign in to comment.