Skip to content

Commit b91ae9a

Browse files
committed
fixing name in package-lock
1 parent 853dab0 commit b91ae9a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/npm-publish.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
17+
node-version: 20
18+
cache: 'npm'
1819
- run: npm install
1920
- run: npm run test
2021
- run: npm run build
@@ -23,10 +24,11 @@ jobs:
2324
needs: build
2425
runs-on: ubuntu-latest
2526
steps:
26-
- uses: actions/checkout@v3
27-
- uses: actions/setup-node@v3
27+
- uses: actions/checkout@v4
28+
- uses: actions/setup-node@v4
2829
with:
29-
node-version: 16
30+
node-version: 20
31+
cache: 'npm'
3032
registry-url: https://registry.npmjs.org/
3133
- run: npm ci
3234
- run: npm run build

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)