From 41b501dff72fc643b41ce5891a906ca701f5b49b Mon Sep 17 00:00:00 2001 From: Wojciech Date: Tue, 8 Oct 2024 22:43:17 +0200 Subject: [PATCH] bump node version in preview.yml --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0940447..4ea683c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '20' - name: install run: npm i - name: Trunk Check