From 1b845303ea04ffc318347f1c98d3f6dfc5e8f38e Mon Sep 17 00:00:00 2001 From: GCHQDeveloper1138 <137898147+GCHQDeveloper1138@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:11:11 +0000 Subject: [PATCH] amending node version used for publishing tio npm --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d0ff30d..e88b8ce 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish