Compare commits

...

2 Commits

Author SHA1 Message Date
cd5386e2ca >=20.6.0
Some checks failed
Build / build (push) Failing after 6s
Build / build (pull_request) Failing after 25s
2025-05-23 17:15:53 +02:00
8b51b7e603 use latest node in ci
Some checks failed
Build / build (push) Failing after 7s
Build / build (pull_request) Failing after 24s
2025-05-23 17:15:10 +02:00

View File

@ -10,6 +10,7 @@ jobs:
uses: actions/checkout@v4.1.2 uses: actions/checkout@v4.1.2
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4.0.2
node-version: '>=20.6.0'
- run: npm ci - run: npm ci
- run: cp config.json.example config.json - run: cp config.json.example config.json
- run: npm run verify - run: npm run verify