diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 6d01cfe..f267a06 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" - name: Keep npm cache around to speed up installs uses: actions/cache@v3 diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 642b0bc..69a33ee 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc - name: Keep npm cache around to speed up installs diff --git a/package.json b/package.json index 09b0bd9..b85aae7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ ] }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=8" }, "release": {