From fd750a38df6dc0211f4f304ddb9c0113d68342ef Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 26 Sep 2023 15:24:01 +0900 Subject: [PATCH] Update to node20 (#81) --- .github/workflows/build.yml | 2 +- .node-version | 1 + action.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .node-version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59d3c79..863e1e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version-file: .node-version - uses: actions/cache@v3 with: path: ~/.npm diff --git a/.node-version b/.node-version new file mode 100644 index 0000000..035651d --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +20.7.0 diff --git a/action.yml b/action.yml index 5511515..4b8c856 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ outputs: titles: description: 'Extracted PR titles' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'droplet'