From a5c5dcc112d3e2d4142ce359aef3cf729c9ba575 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Mon, 7 Oct 2024 13:38:31 +0100 Subject: [PATCH] chore(repo): bump release action to use 18.x LTS --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfc3bc7..1617708 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3.5.1 with: - node-version: 16.20 + node-version: 18.x - name: Yarn install run: yarn install