Skip to content

Commit 43bb24d

Browse files
committed
Run lint explicitly on Ubuntu 20.04 to avoid warning
1 parent 0c4183e commit 43bb24d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: gem install sassc -N
104104

105105
lint:
106-
runs-on: ubuntu-latest
106+
runs-on: ubuntu-20.04
107107
steps:
108108
- uses: actions/checkout@v2
109109
- run: yarn install

0 commit comments

Comments
 (0)