Skip to content

Commit

Permalink
🐛 Deployment error attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nix7amcm committed Feb 6, 2024
1 parent cf7e42a commit cff4bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20.11'

- name: Install dependencies
run: npm install
Expand Down
1 change: 1 addition & 0 deletions markdown-previewer/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _This is Italicized Text_
id="footer-link"
href="https://github.com/Nix7amcm"
target='_blank'
rel='noopener noreferrer'
> Nix7amcm⚡</a>
</p>
</footer>
Expand Down

0 comments on commit cff4bb8

Please sign in to comment.