Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akashyeole authored Jan 14, 2024
1 parent 4864b39 commit 2f89f3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [21]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -23,5 +23,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: sudo npm i
cache: 'npm'
- run: sudo npm ci
- run: sudo npm run build:remote

0 comments on commit 2f89f3f

Please sign in to comment.