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 18, 2024
1 parent f3e06e5 commit 1b0e940
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
@@ -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:

0 comments on commit 1b0e940

Please sign in to comment.