diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 0143f36..1d356e0 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: yarn install @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Get version id: version diff --git a/action.yaml b/action.yaml index 5f30340..24c55cb 100644 --- a/action.yaml +++ b/action.yaml @@ -36,5 +36,5 @@ outputs: description: Patch version number runs: - using: "node16" + using: "node20" main: "dist/index.js"