diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 21a04af..cd4a526 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - run: yarn install - run: yarn run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36aa14f..e1213c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Install Dependencies run: yarn install diff --git a/package.json b/package.json index 862a52b..b29e4b4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/liatrio/terraform-change-pr-commenter.git" }, "engines": { - "node": ">=16" + "node": "20" }, "release": { "branches": [ @@ -55,7 +55,7 @@ "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@vercel/ncc": "^0.33.1", - "semantic-release": "^19.0.3" + "semantic-release": "^23.0.0" }, "dependencies": { "@actions/core": "^1.9.1",