Skip to content

Commit

Permalink
Not necessary to use actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Dec 4, 2023
1 parent e665c73 commit de519fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm

- name: Build site
env:
BUILD_MODE: production
Expand Down

0 comments on commit de519fc

Please sign in to comment.