Skip to content

Commit

Permalink
chore(deps): update dependency node to v22 (oauth2-proxy#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent b4f7e06 commit 50ec7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v4
with:
# renovate: datasource=node-version depName=node
node-version: 20
node-version: 22

- name: Test Build
working-directory: ./docs
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@v4
with:
# renovate: datasource=node-version depName=node
node-version: 20
node-version: 22

- name: Build docusaurus
working-directory: ./docs
Expand Down

0 comments on commit 50ec7fa

Please sign in to comment.