Skip to content

Commit

Permalink
Merge pull request #228 from yalesites-org/node20-update-actions
Browse files Browse the repository at this point in the history
Update all actions to latest and run setup-node with node 20
  • Loading branch information
vinmassaro authored May 8, 2024
2 parents 0f3bc85 + 1e89158 commit 29d78c0
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 29d78c0

Please sign in to comment.