Skip to content

Commit

Permalink
Use newest version of NodeJS major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Jul 10, 2021
1 parent de7b5ca commit 736b665
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: ^14.0.0

- name: Setup Redis-server
uses: supercharge/[email protected]
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: ^14.0.0

- name: Setup Redis-server
uses: supercharge/[email protected]
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: ^14.0.0

- name: Setup Redis-server
uses: supercharge/[email protected]
Expand Down Expand Up @@ -321,8 +321,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0']
node_versions: ['12.17.0', '14', '15']
php_versions: [ '8.0' ]
node_versions: [ ^12.17.0, ^14, ^15 ]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: ^14.0.0

- name: Install Dependencies
working-directory: build
Expand Down

0 comments on commit 736b665

Please sign in to comment.