Skip to content

Commit

Permalink
test: change ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SeUkKim committed Oct 4, 2024
1 parent cce4e7a commit 847fd77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ concurrency:
jobs:
test:
name: Test & Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
# for private repo access
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_READ_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run test
- run: npm run lint
- run: npm run build

0 comments on commit 847fd77

Please sign in to comment.