Skip to content

Commit

Permalink
refactor(ci): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Sep 1, 2024
1 parent 2827102 commit 5c706f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: πŸ“₯ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: πŸƒ Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
Expand All @@ -44,7 +44,7 @@ jobs:
path: build

- name: πŸ“ƒ Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: πŸ“¦ Deploy
id: deployment
Expand Down

0 comments on commit 5c706f7

Please sign in to comment.