From a93dd8e0521ebe06f33a613a91f1170eb6784f35 Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Thu, 29 Feb 2024 08:54:06 -0700 Subject: [PATCH] ARCH-2011 - Update to node20 +semver:minor --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd0187c..c00bd1c 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ jobs: - name: Create Status check based on postman results id: process-postman # You may also reference the major or major.minor version - uses: im-open/process-postman-test-results@v2.2.0 + uses: im-open/process-postman-test-results@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} results-file: ${{env.PACKAGE_JSON_DIR }}/${{ env.POSTMAN_RESULTS_NAME }} diff --git a/action.yml b/action.yml index d7ce0bf..e1db8bc 100644 --- a/action.yml +++ b/action.yml @@ -61,5 +61,5 @@ outputs: description: 'The ID of the PR comment that was created. This is only set if `create-pr-comment` is `true` and a PR was created successfully.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'