ci: bump to node v22 -> fixes EBADENGINE warning

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'node-abi@4.2.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.18.1', npm: '10.8.2' }
npm warn EBADENGINE }
This commit is contained in:
Panagiotis Papadopoulos
2025-03-26 08:10:04 +01:00
parent 5ec3d58f6f
commit b97c28bc13
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ runs:
- name: Set up node & dependencies
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "npm"
- name: Install dependencies
shell: bash