Skip to content

Commit 9242bd0

Browse files
author
223880
committed
Fix
1 parent f010b2e commit 9242bd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4 # Use the latest version
10+
uses: actions/checkout@v4
1111

1212
- name: Setup Node
13-
uses: actions/setup-node@v4 # Use the latest version
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version: '20'
1616
registry-url: 'https://registry.npmjs.org'
1717

18-
- name: Install dependencies and build 🔧
19-
run: npm install && npm run build # Changed npm ci to npm install
18+
- name: Install dependencies 🔧
19+
run: npm install
2020

2121
- name: Publish package on NPM 📦
2222
run: npm publish

0 commit comments

Comments
 (0)