From da4346fd7b73c1665e7c864f71e4d40d8521e90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Du=CC=88rrwald?= Date: Fri, 31 May 2024 18:47:04 +0200 Subject: [PATCH] chore(build): update github actions to node 20 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e52dfe..7be5c0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build Stories run: cd stories && npm install && npm run build