Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotolhoek authored Sep 17, 2024
1 parent 1841ee1 commit 8d80ee8
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

env:
NODE_VERSION: '20.5'
NODE_VERSION: '20.17'
TMP_DIR: './tmp'
OUTPUT_FILE: 'deploy.tar.gz'
REMOTE_DIR: './deploy'
Expand All @@ -27,9 +27,9 @@ jobs:
rm site
ln -s maintenance/ site
- uses: shivammathur/setup-php@2.25.5
- uses: shivammathur/setup-php@2.31.1
with:
php-version: '8.1'
php-version: '8.3.11'
- uses: actions/checkout@v3

- name: Composer install
Expand Down

0 comments on commit 8d80ee8

Please sign in to comment.