diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6213d5e..9a25e6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: "12.x" + node-version: "20.x" - run: yarn install diff --git a/action.yml b/action.yml index 27dd7b6..7ff23b5 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: The number of the issue or pull request. required: false runs: - using: node12 + using: node20 main: dist/index.js branding: icon: bookmark