Skip to content

Commit 6fd0846

Browse files
committed
Bump
1 parent b1f5ad1 commit 6fd0846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
os: [ubuntu-20.04]
9+
os: [ubuntu-latest]
1010
node-version: [14.x, 16.x, 18.x]
1111
fail-fast: false
1212

@@ -37,7 +37,7 @@ jobs:
3737
npm run test
3838
3939
publish:
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-latest
4141
if: startsWith(github.ref, 'refs/tags/v')
4242
needs: test
4343
steps:

0 commit comments

Comments
 (0)