Skip to content

Commit

Permalink
Testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
akashyeole authored Jan 13, 2024
1 parent d81b35e commit 2e7638a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: self-hosted

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

steps:
Expand All @@ -24,6 +24,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cd packages/frontend
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 2e7638a

Please sign in to comment.