Skip to content

Commit

Permalink
Upgrade some github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelElizondo authored Feb 22, 2024
1 parent f3d6e0d commit 91c1492
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18 # Use Node.js 18 here
node-version: 20

- name: Install dependencies
run: npm install
Expand All @@ -26,4 +26,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build # Change this if your build output directory is different
publish_dir: ./build # Change this if your build output directory is different

0 comments on commit 91c1492

Please sign in to comment.