Skip to content

Commit

Permalink
ci: removed try to build with node
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 20, 2025
1 parent 65b2360 commit f9246b5
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,6 @@ permissions:
contents: write

jobs:
node:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.7]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Setup Node.js ${{ matrix.node-version }} 🛎️
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install packages 🔧
shell: bash
run: npm install

- name: Build 🚧
run: npm run build

- name: Upload Artifact 🚀
uses: actions/upload-artifact@v4
with:
name: vot-cli
path: dist/*
bun:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f9246b5

Please sign in to comment.