Skip to content

Commit 5e109d0

Browse files
committed
Update GitHub Actions workflow to use Node.js 20.x, enable npm caching, and specify npm registry URL
1 parent f1728e4 commit 5e109d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212

1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
15+
with:
16+
node-version: '20.x'
17+
cache: 'npm'
18+
registry-url: 'https://registry.npmjs.org'
1519

1620
- name: Install dependencies
1721
run: npm ci

0 commit comments

Comments
 (0)