From 149228c388f0fccf91edac9cd21d5387c1ab22bc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 10 Jan 2025 10:52:36 -0500 Subject: [PATCH] Fix workflow --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6570608659e5..03c128df464a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,10 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: + - name: Setup nodejs + uses: actions/setup-node@v4 + with: + node-version: 22 - name: Clone repository uses: actions/checkout@v4 with: @@ -31,9 +35,6 @@ jobs: tools/make-firefox.sh ${{ env.VERSION }} tools/make-thunderbird.sh ${{ env.VERSION }} - name: Build NPM package - uses: actions/setup-node@v4 - with: - node-version: 22 run: | tools/make-npm.sh ${{ env.VERSION }} - name: Assemble release notes