Skip to content

Commit 6806255

Browse files
authored
Update npm-publish.yml
Signed-off-by: Stephen Isienyi <stephen.isienyi@gmail.com>
1 parent 0b711ef commit 6806255

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
# Setup .npmrc file to publish to npm
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '16.x'
18+
node-version: '20.x'
1919
registry-url: 'https://registry.npmjs.org'
20+
- run: npm install --package-lock-only
2021
- run: npm ci
2122
- run: npm install
2223
- run: npm run build

0 commit comments

Comments
 (0)