Skip to content

Commit

Permalink
chore: ci action format
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Jan 30, 2024
1 parent 2b2f41c commit 51fd486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
build:
runs-on': 'ubuntu-latest'
runs-on: ubuntu-latest
strategy:
matrix:
node-version: '20.10.0'
node-version: 20.10.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 51fd486

Please sign in to comment.