From 1e89158293aee078c0a5826216fda3461fe9c940 Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Wed, 8 May 2024 16:04:28 -0400 Subject: [PATCH] chore: update all actions to latest and run setup-node with node 20 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55a570f45..e31e1e065 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"