From a25f6c28a06c8156d0498bdd9af5f26f3f8968a0 Mon Sep 17 00:00:00 2001 From: Cassin01 Date: Sun, 10 Mar 2024 14:25:01 +0900 Subject: [PATCH] update node version test 3 --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bca6f99..980255c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest name: lint steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: - node-version: '20.x' + node-version: 'latest' - uses: JohnnyMorganz/stylua-action@v2 with: @@ -29,9 +29,7 @@ jobs: runs-on: ubuntu-latest name: documentation steps: - - uses: actions/checkout@v3 - with: - node-version: '20.x' + - uses: actions/checkout@v4 - name: setup neovim uses: rhysd/action-setup-vim@v1