Skip to content

Commit

Permalink
Set node minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Sep 6, 2023
1 parent a39bfe1 commit e626bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
# choose node.js version to use
node-version: '20'
node-version: '20.5'
cache: 'npm'

# install dependencies if the cache did not hit
Expand Down

0 comments on commit e626bd1

Please sign in to comment.