diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26294c..685870b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Setup Node.js 12.x uses: actions/setup-node@master with: - node-version: 12.x + node-version: 24.x - name: Install Dependencies run: yarn diff --git a/.nvmrc b/.nvmrc index 20320af..0660347 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.2.0 +24.15.0 diff --git a/src/package.json b/src/package.json index e446a06..6dd321d 100644 --- a/src/package.json +++ b/src/package.json @@ -13,7 +13,7 @@ "proper-lockfile": "^4.1.2" }, "engines": { - "node": "^12.18.4 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "node": "^12.18.4 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^24.0.0" }, "scripts": { "install": "node install"