Skip to content

Commit

Permalink
Update build.yml Add run in Node version 16
Browse files Browse the repository at this point in the history
- name: Set up Node.js
        uses: actions/setup-node@v2
        with:
          node-version: 16
  • Loading branch information
ManulMax authored Oct 11, 2023
1 parent 0aa629a commit c46ee14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16

- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit c46ee14

Please sign in to comment.