Skip to content

Commit

Permalink
update versions in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtommetcalfe committed Jun 28, 2024
1 parent 407e9fe commit 29cb791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 20

Expand All @@ -25,7 +25,7 @@ jobs:
run: npm run build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_ACTION }}
publish_dir: ./dist
Expand Down

0 comments on commit 29cb791

Please sign in to comment.