Skip to content

Commit

Permalink
Update Node & Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Sep 9, 2023
1 parent 851ed2b commit 14b6803
Show file tree
Hide file tree
Showing 2 changed files with 3,444 additions and 3,876 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: PHPUnit - PHP ${{ matrix.php_versions }} - Memory SQLite

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand All @@ -30,9 +30,9 @@ jobs:
coverage: xdebug
tools: pecl, composer

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Setup Redis-server
uses: supercharge/redis-github-action@1.1.0
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
DB_NAME: userfrosting

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand All @@ -91,9 +91,9 @@ jobs:
coverage: xdebug
tools: pecl, composer

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Setup Redis-server
uses: supercharge/redis-github-action@1.1.0
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
DB_NAME: database.sqlite

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand All @@ -166,9 +166,9 @@ jobs:
coverage: xdebug
tools: pecl, composer

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Setup Redis-server
uses: supercharge/redis-github-action@1.1.0
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
DB_NAME: userfrosting

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand All @@ -236,9 +236,9 @@ jobs:
postgresql user: 'userfrosting'
postgresql password: 'password'

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Setup Redis-server
uses: supercharge/redis-github-action@1.1.0
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
DB_NAME: database.sqlite

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand All @@ -294,9 +294,9 @@ jobs:
coverage: xdebug
tools: pecl, composer

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install Dependencies
run: composer install --prefer-dist --no-progress
Expand Down
Loading

0 comments on commit 14b6803

Please sign in to comment.