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/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 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"