Skip to content

Commit 44c4835

Browse files
authored
Merge pull request #93 from bowphp/papac-patch-1
Update Node.js version in deploy workflow
2 parents 51da318 + 3ff2a97 commit 44c4835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [20.x]
1313
php-version: [8.2]
1414
os: [ubuntu-latest]
1515
name: build php-${{ matrix.php-version }} / node-${{ matrix.node-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)