Skip to content

Commit

Permalink
Merge pull request #116 from Cassin01/features/#113
Browse files Browse the repository at this point in the history
update node version 16 to 20
  • Loading branch information
Cassin01 committed Mar 10, 2024
2 parents bd9a7ef + 46c6d8b commit f5ddba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
name: lint
steps:
- uses: actions/checkout@v3
with:
node-version: "20"

- uses: JohnnyMorganz/stylua-action@v2
with:
Expand All @@ -28,6 +30,8 @@ jobs:
name: documentation
steps:
- uses: actions/checkout@v3
with:
node-version: "20"

- name: setup neovim
uses: rhysd/action-setup-vim@v1
Expand All @@ -42,7 +46,7 @@ jobs:
run: exit $(git diff --name-only origin/main -- doc | wc -l)

tests:
needs:
needs:
- lint
- documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5ddba5

Please sign in to comment.