Skip to content

Commit 94081c9

Browse files
committed
ci: change os to ubuntu-20.04
1 parent d0637a5 commit 94081c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

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

1313
jobs:
1414
lint:
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-20.04
1616
timeout-minutes: 10
1717

1818
steps:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
name: Publish to npm registry
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-20.04
1212
timeout-minutes: 10
1313

1414
steps:

0 commit comments

Comments
 (0)