Skip to content

Commit

Permalink
πŸ‘· Sage example: Use Node v20 (#89)
Browse files Browse the repository at this point in the history
* πŸ‘· Sage example: Use Node v20

* πŸ‘· Node v20
  • Loading branch information
retlehs authored Jan 25, 2024
1 parent 717e132 commit fb15dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multi-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: site
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: yarn
cache-dependency-path: site/web/app/themes/sage/yarn.lock
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion examples/sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: yarn
cache-dependency-path: site/web/app/themes/sage/yarn.lock
- uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit fb15dcc

Please sign in to comment.