diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4698a50..b0ce272 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "22.x" - name: NPM install run: npm install - name: Release 🎉