Revert "chore: add setup-node for lint job"

This reverts commit 866b91cc02.
This commit is contained in:
Benoit Daloze
2025-09-20 21:54:20 +02:00
parent 866b91cc02
commit 4df093a946
-3
View File
@@ -420,9 +420,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '24'
- run: yarn install
- run: yarn run package
- name: Check generated files are up to date