From 906c721813cc45cf4184aff7ff38b0d44eb2196c Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Fri, 10 May 2024 18:53:41 +0200 Subject: [PATCH] chore: use newer node version --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b6b27e93..9e643ab7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - run: npm install -g yarn - run: yarn - run: npx semantic-release -d