Skip to content

Commit

Permalink
deps: Bump node from 18 to 20 for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Nov 15, 2024
1 parent 50c8228 commit 354b9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Set up Node.js 18
- name: Set up Node.js 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 354b9c2

Please sign in to comment.