Skip to content

Commit

Permalink
ci: Use Node v20 for GH Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
danimalweb committed Jan 4, 2024
1 parent 8d5b250 commit 539392b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
with:
fetch-depth: 2

# Set up Node.js version 20
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'

- name: Get Composer Cache Directory
id: composer-cache
run: |
Expand Down

0 comments on commit 539392b

Please sign in to comment.