Skip to content

Commit

Permalink
chore: Use GitHub Actions setup-node@v4 instead of v3 (#3268)
Browse files Browse the repository at this point in the history
Use GitHub Actions setup-node@v4 instead of v3.

`v3` is deprecated and giving us warnings:


![image](https://github.com/user-attachments/assets/005add87-fa1f-4d19-933b-148dd855f73d)

Co-authored-by: Lukas Klingsbo <[email protected]>
  • Loading branch information
luanpotter and spydon authored Aug 12, 2024
1 parent b05a279 commit a0e99dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install -g markdownlint-cli
Expand Down

0 comments on commit a0e99dd

Please sign in to comment.