From 13d65616bf68c869a7462c2316d6ad8a5167d51d Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Tue, 23 Aug 2022 19:28:46 +0530 Subject: [PATCH 1/2] Update node to 16 --- .github/workflows/build-release.yaml | 2 +- .github/workflows/feature-branch.yaml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 636cfdc..7a7b460 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -22,7 +22,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 16 - name: Install dependencies run: npm install diff --git a/.github/workflows/feature-branch.yaml b/.github/workflows/feature-branch.yaml index 3c42ad5..0b34e35 100644 --- a/.github/workflows/feature-branch.yaml +++ b/.github/workflows/feature-branch.yaml @@ -16,7 +16,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 16 - name: Install dependencies run: npm install diff --git a/action.yml b/action.yml index 206fcb4..45d2267 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ inputs: default: "default_value" runs: - using: "node12" + using: "node16" main: "dist/index.js" From b944632d723672d124e6d44fbc07e526c34883df Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Tue, 23 Aug 2022 19:28:59 +0530 Subject: [PATCH 2/2] Lint README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82867a3..5deea2c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # github-action-template + Template Repo for GitHub action with CI/CD