Skip to content

Commit b37d62d

Browse files
authored
Update workflow to use ubuntu-latest
1 parent c31247c commit b37d62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
build-and-test:
3737
needs: install
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
env:
4040
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
steps:

0 commit comments

Comments
 (0)