Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
exoRift committed Sep 15, 2023
2 parents fff1367 + 4592527 commit 125848f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,21 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
packager: [npm]
bun: [1.0.x]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- name: Set up Node
- name: Set up Bun
id: setup
uses: actions/setup-node@v3
uses: oven-sh/setup-bun@v1
with:
node-version: ${{ matrix.node }}
cache: ${{ matrix.packager }}
bun-version: ${{ matrix.bun }}
- name: Install Dependencies
run: npm ci
run: bun i
- name: Build Resources
run: npm run build
run: bun run build
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 125848f

Please sign in to comment.