Skip to content

Commit d29714e

Browse files
committed
Updating github runner to ubuntu-latest
1 parent 9a05a77 commit d29714e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: push
33
jobs:
44
test:
5-
runs-on: ubuntu-16.04
5+
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v1
@@ -12,4 +12,4 @@ jobs:
1212
- name: Release
1313
env:
1414
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
15-
run: npx semantic-release
15+
run: npx semantic-release

0 commit comments

Comments
 (0)