From 7fee7be8dd3dfb782fa1b1e235d6023662e7c964 Mon Sep 17 00:00:00 2001 From: Hoon Kim Date: Wed, 14 Feb 2024 12:26:13 +0100 Subject: [PATCH] update to 20 in workflow --- .github/workflows/merge_action.yml | 2 +- .github/workflows/pr_action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge_action.yml b/.github/workflows/merge_action.yml index 9190fda..ece41a6 100644 --- a/.github/workflows/merge_action.yml +++ b/.github/workflows/merge_action.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/pr_action.yml b/.github/workflows/pr_action.yml index ed49940..50f1d4c 100644 --- a/.github/workflows/pr_action.yml +++ b/.github/workflows/pr_action.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}