diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 03c7b94..d127e0a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,7 @@ jobs: - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: - node-version: "12.x" + node-version: "22.x" - name: NPM install run: npm install # - name: Release 🎉