Skip to content

Commit 7bf67d4

Browse files
authored
Update publish-npm.yml
Update action to run on ubuntu-20.04, because the action started to fail using ubuntu-latest.
1 parent f9df9b4 commit 7bf67d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)