Skip to content

Commit dd27b58

Browse files
chore: update .github/workflows/ci.yml (#133)
Co-authored-by: joshjohanning-repo-settings-sync[bot] <237077283+joshjohanning-repo-settings-sync[bot]@users.noreply.github.com>
1 parent 1765bb1 commit dd27b58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v6
1919

20-
- name: Check npm version compatibility
21-
uses: joshjohanning/npm-version-check-action@v1
22-
2320
- name: Setup Node.js
2421
uses: actions/setup-node@v6
2522
with:
@@ -50,3 +47,6 @@ jobs:
5047
# Fallback to python yaml check
5148
python -c "import yaml; yaml.safe_load(open('action.yml'))"
5249
fi
50+
51+
- name: Check npm version compatibility
52+
uses: joshjohanning/npm-version-check-action@v1

0 commit comments

Comments
 (0)