Skip to content

Commit

Permalink
Update workflow to use Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
prushfor authored and prushfor committed Oct 21, 2024
1 parent f2e4770 commit f653661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and Build
uses: actions/setup-node@v1
with:
node-version: '18.x'
run: |
npm install
npm run build
Expand Down

0 comments on commit f653661

Please sign in to comment.