Skip to content

Commit

Permalink
switch to node v20 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldewyn committed Feb 23, 2024
1 parent fc83c2e commit 69d733e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: check out repository
uses: actions/checkout@v3

- name: set up node v16
- name: set up node v20
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"

- name: cache composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 69d733e

Please sign in to comment.