Skip to content

Commit

Permalink
Bump node version in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Feb 18, 2022
1 parent 6751775 commit 7f00f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "16"

- name: Build Docusaurus website
run: |
Expand Down

0 comments on commit 7f00f41

Please sign in to comment.