Skip to content

Commit

Permalink
Merge pull request #35 from Tjitse-E/patch-1
Browse files Browse the repository at this point in the history
update: setup-node action to v3
  • Loading branch information
sprankhub authored Sep 8, 2023
2 parents 31ec062 + 33c9024 commit 99a30d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
composer install --no-progress --prefer-dist --optimize-autoloader
- name: "🤡 - Setup Node.js"
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '19'

Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
cd devdocs
composer install --no-dev
php artisan optimize
php artisan sitemap:generate
php artisan sitemap:generate

0 comments on commit 99a30d4

Please sign in to comment.