diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e1eaf78a..228a1ab0 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -16,10 +16,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Install Node v18 + - name: Install Node v20 uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'npm' - name: Install modules diff --git a/.github/workflows/run_build.yml b/.github/workflows/run_build.yml index 9c7f9bda..529c1255 100644 --- a/.github/workflows/run_build.yml +++ b/.github/workflows/run_build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4