From 0369403c37e060ffbbb9a77e3c81db9dec1e8f6c Mon Sep 17 00:00:00 2001 From: David Recuenco Date: Thu, 4 Apr 2024 11:51:48 +0200 Subject: [PATCH] bump node version in release action --- .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 6163207..4c26031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - env: TAG: ${{ github.event.release.tag_name }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}