Fix workflow

This commit is contained in:
Raymond Hill 2025-01-10 10:46:32 -05:00
parent 2c64da4d03
commit b2c568b3d6
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -30,6 +30,11 @@ jobs:
tools/make-chromium.sh ${{ env.VERSION }}
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
run: |