diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index f1cdb59..542e5f9 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 50 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - name: Fetch master run: git fetch --no-tags --depth=50 origin master diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index bac1312..8b79b67 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - run: make install - run: make compile diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index b956cfb..275bc61 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -16,7 +16,8 @@ jobs: node: - 12 - 14 - - 15 + - 16 + - 17 runs-on: ${{ matrix.os }} timeout-minutes: 10 @@ -51,7 +52,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - run: make install - run: make compile diff --git a/package.json b/package.json index d350980..eae726d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "typescript": "^4.0.5" }, "engines": { - "node": "^12 || ^14 || ^15" + "node": "^12 || ^14 || ^16 || ^17" }, "homepage": "https://github.com/strvcom/heimdall", "keywords": [],