Skip to content

Commit db255b0

Browse files
committed
chore: latest ubuntu version on github action
1 parent d08e8d5 commit db255b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on: [push, pull_request]
33
jobs:
44
main:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
steps:
77
- name: Setup Node 🥣
88
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)