From 7b02552ae509eeec8a146172bddf54cf1fcdf522 Mon Sep 17 00:00:00 2001 From: Fabrice Lamant Date: Fri, 12 Jul 2024 19:37:57 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d43cf02b..d962dc60f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 + with: + node-version: 20 - run: npm install - run: npm start - uses: stefanzweifel/git-auto-commit-action@v5