Skip to content

Commit

Permalink
fix(release): upgrade node version used in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyton255 committed Sep 30, 2024
1 parent 810c20f commit e6ca21c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "pnpm"
cache-dependency-path: "web/pnpm-lock.yaml"

- name: Create .npmrc
run: |
echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONT_AWESOME_PRO_TOKEN }}" >> .npmrc
working-directory: web

- name: Install dependencies
run: pnpm i --frozen-lockfile
working-directory: web
Expand All @@ -46,7 +40,6 @@ jobs:
working-directory: web
env:
CI: false
FONT_AWESOME_PRO_TOKEN: ${{ secrets.FONT_AWESOME_PRO_TOKEN }}

- name: Bump manifest version
run: node .github/actions/bump-manifest-version.js
Expand Down

0 comments on commit e6ca21c

Please sign in to comment.