diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 58979010..d3fb306c 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-build-and-release.yaml b/.github/workflows/test-build-and-release.yaml index b332cbd9..f17b8234 100644 --- a/.github/workflows/test-build-and-release.yaml +++ b/.github/workflows/test-build-and-release.yaml @@ -13,7 +13,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 397966ea..6ec25dbc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "access": "public" }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=8" }, "jest": {