diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28efff35..15ad8f54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v3 with: @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v3 with: @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v3 with: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7025922e..546a99d1 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v3 with: diff --git a/package.json b/package.json index f1b1e12b..aa8a30e4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/koa-bodyparser": "^4.3.7", "@types/koa-logger": "^3.1.2", "@types/lodash": "^4.14.182", - "@types/node": "18", + "@types/node": "20", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", @@ -92,4 +92,4 @@ "lint-staged": { "*.{js,ts}": "eslint --fix" } -} +} \ No newline at end of file