Skip to content

Commit

Permalink
chore: try to improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Feb 4, 2024
1 parent 97f8508 commit 9ddc609
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: "Checkout"
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
Expand Down
1 change: 1 addition & 0 deletions content/blog-posts/microsoft-teams-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Appuyez sur Entrée, puis fermez la fenêtre de débogage.

Si votre organisation le permet, vous serez redirigé vers la nouvelle version de Microsoft Teams.

N'oubliez pas de remercier [IsmaelMartinez](https://github.com/IsmaelMartinez/) en lui donnant une étoile sur GitHub !

0 comments on commit 9ddc609

Please sign in to comment.