Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Davis committed Jan 5, 2024
1 parent 1a60ec5 commit 266b579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
# with:
# node-version: ${{ env.NODE_VERSION }}
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm install
- run: npm run build:production
- name: Copy static files
Expand Down

0 comments on commit 266b579

Please sign in to comment.