We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722dc29 commit 31c1fa5Copy full SHA for 31c1fa5
.github/workflows/ci.yaml
@@ -9,8 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v5
+ - uses: actions/setup-node@v5
14
15
- name: Install grunt
16
run: yarn global add grunt-cli
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "bootstrap-datepicker",
3
"description": "A datepicker for Bootstrap",
4
- "version": "1.10.0",
+ "version": "1.10.1",
5
"license": "Apache-2.0",
6
"keywords": [
7
"datepicker",
@@ -45,5 +45,6 @@
45
"load-grunt-tasks": "^3.5.2",
46
"puppeteer": "1.18.1",
47
"time-grunt": "^1.4.0"
48
- }
+ },
49
+ "packageManager": "[email protected]"
50
}
0 commit comments