Skip to content

Commit

Permalink
fix: typo and name
Browse files Browse the repository at this point in the history
  • Loading branch information
islemci authored Oct 1, 2024
1 parent 598768a commit 24e1d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Function tests with Jest
name: Tests

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install package.json dependencies with pnpm
- name: Install package.json dependencies with npm
run: npm install

- name: Test with Jest
Expand Down

0 comments on commit 24e1d76

Please sign in to comment.