We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b857ef0 commit 560a119Copy full SHA for 560a119
.github/workflows/lint.yml
@@ -2,7 +2,7 @@ name: Lint
2
on: push
3
jobs:
4
eslint:
5
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
6
steps:
7
- uses: actions/checkout@v2
8
- uses: actions/setup-node@v2
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
- '*'
release:
9
10
11
0 commit comments