Skip to content

Commit e6a7e8c

Browse files
committed
Update package version and Github actions
The package version in package-lock.json has been updated from 1.0.2 to 1.1.0. Also, the version of actions/checkout and actions/setup-node used in the Github actions workflow (npm-publish.yml) have been updated to v4, and the node-version has been updated to 20 in the build section.
1 parent 1c0217c commit e6a7e8c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ 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
1818
- run: npm ci
1919
- run: npm test
2020

2121
publish-npm:
2222
needs: build
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
26-
- uses: actions/setup-node@v3
25+
- uses: actions/checkout@v4
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 16
2929
registry-url: https://registry.npmjs.org/

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)