Skip to content

Commit

Permalink
Set ubuntu-latest as npm release runner
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 authored Jul 10, 2023
1 parent f78923b commit 36d4ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
asset_content_type: application/octet-stream

release_npm:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Checkout code
Expand Down

0 comments on commit 36d4ade

Please sign in to comment.