From 1370c5134aec30dfa985d644c591ea7f711faa11 Mon Sep 17 00:00:00 2001 From: deptyped Date: Fri, 12 Apr 2024 21:33:04 +0300 Subject: [PATCH] Update Node version to LTS --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2f0c1d7..765942c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -38,4 +38,4 @@ jobs: target: minor command: squash and merge # https://github.com/ahmadnassri/action-dependabot-auto-merge#token-scope - github-token: ${{ env.token }} \ No newline at end of file + github-token: ${{ env.token }}