Skip to content

Commit

Permalink
ci: Update to node v22.
Browse files Browse the repository at this point in the history
  • Loading branch information
danimalweb committed Jan 23, 2025
1 parent ee68763 commit 267f1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
fetch-depth: 2

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

- name: Get Composer Cache Directory
Expand Down

0 comments on commit 267f1b2

Please sign in to comment.