Skip to content

Commit

Permalink
Merge pull request #6 from MaBlaGit/small-fixes
Browse files Browse the repository at this point in the history
fix: fix typos
  • Loading branch information
MaBlaGit authored Aug 5, 2024
2 parents 5e2a885 + 7338c67 commit 1b3d276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: fats-backend-ci
name: facts-backend-ci

on:
push:
Expand All @@ -19,14 +19,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node
uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 1b3d276

Please sign in to comment.