From f160e0043603c36684fa4c9dded5b6cd209cf3ab Mon Sep 17 00:00:00 2001 From: dan-j <5727701+dan-j@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:23:12 +0100 Subject: [PATCH] chore(actions): upgrade release workflow to use node v18 --- .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 cae00cb..da1f91f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '17' + node-version: '18' - run: npm ci - run: npm run format:check - run: npm run test