Skip to content

Commit

Permalink
no bun
Browse files Browse the repository at this point in the history
  • Loading branch information
mrluanma committed Mar 13, 2024
1 parent 1449c51 commit deea801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ on:

jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -24,4 +21,4 @@ jobs:
run: devenv ci

- name: Run test
run: devenv shell bun run test.js
run: devenv shell node test.js
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
languages.javascript = {
enable = true;
bun = {
yarn = {
enable = true;
install.enable = true;
};
Expand Down

0 comments on commit deea801

Please sign in to comment.