We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e575e0 commit bbf4219Copy full SHA for bbf4219
1 file changed
.github/workflows/tests.yml
@@ -3,21 +3,21 @@ on: [push]
3
jobs:
4
PrettierJS:
5
runs-on: ubuntu-latest
6
- container: node:12-stretch
+ container: node:22-stretch
7
steps:
8
- uses: actions/checkout@v2
9
- run: yarn install
10
- run: yarn run prettier-diff
11
Lint:
12
13
14
15
16
17
- run: yarn run lint-diff
18
Jest:
19
20
21
22
23
0 commit comments