Skip to content

Commit

Permalink
fix: fix pr ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxam2017 committed Feb 16, 2024
1 parent 2cc6f3d commit 832323d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false

node_version: [20.x]
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- id: install-deps
name: Install dependencies
run: |
Expand Down

0 comments on commit 832323d

Please sign in to comment.