Skip to content

Commit

Permalink
Merge pull request #229 from yalesites-org/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
vinmassaro authored May 8, 2024
2 parents a0377d6 + 29d78c0 commit 9b3a823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.13
node-version: 20
- name: Install
run: npm ci
env:
YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
- name: Commit Compiled Component Library
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
add: "node_modules/@yalesites-org/component-library-twig -f"
message: "build: commit compiled component library"
Expand Down

0 comments on commit 9b3a823

Please sign in to comment.