Skip to content

Commit

Permalink
try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbersepp committed May 1, 2024
1 parent 8a3db8d commit 94559bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js 16.10.0
uses: actions/setup-node@v3
with:
node-version: 16.10.0
node-version: 20.12.2
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --no-progress
- name: Format check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dependencies": {
"dev-to-git": "1.4.10",
"embedme": "1.22.1",
"prettier": "2.8.8"
"prettier": "3.2.5"
}
}

0 comments on commit 94559bf

Please sign in to comment.