Skip to content

Commit

Permalink
ci: run on ubuntu-latest instead of archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mdy-m committed Aug 16, 2024
1 parent dbbe774 commit e6576e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
- main
jobs:
build:
runs-on: archlinux
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: npm install

- name: Run tests
run: npm test

0 comments on commit e6576e7

Please sign in to comment.