Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Oct 29, 2024
1 parent eb6d053 commit fed17ea
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -34,6 +39,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -55,6 +65,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -80,10 +95,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Set up Node.js
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: 20

- name: Install dependencies
run: npm install -g pnpm && pnpm install
Expand Down

0 comments on commit fed17ea

Please sign in to comment.