Skip to content

Commit

Permalink
update node version test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassin01 committed Mar 10, 2024
1 parent b635045 commit a25f6c2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a25f6c2

Please sign in to comment.