Skip to content

Commit

Permalink
fix: forgot actions hate bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Oct 24, 2023
1 parent f0e210b commit 68da3c2
Show file tree
Hide file tree
Showing 9 changed files with 9,236 additions and 117 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
with:
bun-version: "1.0.7"
node-version: 18

- name: Install Dependencies
run: bun i
run: npm i

- name: Test
run: bun run test
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: 'Mod Builder'
description: 'Build a satisfactory mod with a single step'

runs:
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'
6 changes: 6 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
presets: [
['@babel/preset-env', {targets: {node: 'current'}}],
'@babel/preset-typescript',
],
};
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit 68da3c2

Please sign in to comment.