diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cea52f2..0b0abb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20 - name: Cache node modules uses: actions/cache@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d698e45..5be32f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@master with: - node-version: 18.x + node-version: 20 registry-url: 'https://registry.npmjs.org' - name: Cache node modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c932a1..5e35a7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20 - name: Cache node modules uses: actions/cache@v3 diff --git a/.nvmrc b/.nvmrc index 3c03207..209e3ef 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20 diff --git a/package.json b/package.json index 3cfc866..66617c8 100644 --- a/package.json +++ b/package.json @@ -72,10 +72,10 @@ "api" ], "engines": { - "node": ">= 14" + "node": ">= 18" }, "license": "MIT", "lint-staged": { "*.ts": "eslint --cache --fix" } -} +} \ No newline at end of file