We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976a546 commit bc7bee6Copy full SHA for bc7bee6
.github/workflows/main.yaml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v4
8
- uses: actions/setup-node@v1
9
with:
10
- node-version: "14"
+ node-version: '20'
11
- run: npm install
12
- run: npm run format
13
- run: npm run lint
0 commit comments