chore: migrate to node 22.x

This commit is contained in:
kotaindah55 2025-02-03 20:56:54 +02:00
parent 6361c1e520
commit 78cbdfcdaa

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "22.x"
- name: Build plugin
run: |