Skip to content

Commit 3547d08

Browse files
committed
Update node package version
1 parent 151dc2b commit 3547d08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
${{ runner.os }}-build-${{ env.npm-cache-name }}-v${{ env.ACTION_VERSION }}-
4545
4646
- name: NPM Install
47-
run: npm install
47+
run: npm ci
4848

4949
- name: Prepare a WordPress.org Release
5050
run: npm run release

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openid-connect-generic",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"description": "OpenID Connect generic WordPress plugin.",
55
"main": "Gruntfile.js",
66
"repository": {

0 commit comments

Comments
 (0)