From 0c8d8f856027f114af60052ee71bb5f6807259cd Mon Sep 17 00:00:00 2001 From: Shahar Dawn Or Date: Thu, 12 Jan 2023 17:23:46 +0700 Subject: [PATCH] build: latest node.js in publish job --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad6f347d..e0adf93b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,9 @@ jobs: - uses: actions/checkout@v3 with: persist-credentials: false # for later steps to use a different authentication + - uses: actions/setup-node@v3 + with: + node-version: latest - run: npm install - run: npx semantic-release env: