Skip to content

Commit

Permalink
Fix NodeJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Dec 5, 2023
1 parent f3ca270 commit fcd16b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v2
Expand Down

0 comments on commit fcd16b6

Please sign in to comment.