Skip to content

Commit 34ae58d

Browse files
Enable linting in CI
Issue: SPRXCLT-16
1 parent 665b63f commit 34ae58d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '16'
17+
node-version: '20'
1818
cache: 'yarn'
1919
- name: install dependencies
2020
run: yarn install --frozen-lockfile
21-
# - name: lint javascript
22-
# run: yarn --silent lint -- --max-warnings 0
21+
- name: lint javascript
22+
run: yarn --silent lint -- --max-warnings 0
2323
- name: run tests
2424
run: yarn test

0 commit comments

Comments
 (0)