Skip to content

Commit

Permalink
change github action runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchthorson committed Dec 20, 2024
1 parent fe91295 commit 92cc961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'Storybook Tests'
name: "Storybook Tests"
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: "20.x"
- name: Install dependencies
run: npm ci
- name: Run Vitest tests
Expand Down

0 comments on commit 92cc961

Please sign in to comment.