Skip to content

Commit

Permalink
ci: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Oct 27, 2023
1 parent 7b70a8c commit 8223b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 16 ]
node: [ 20 ]

steps:
- name: Checkout 🛎
Expand Down

0 comments on commit 8223b45

Please sign in to comment.