Skip to content

Commit b088f5b

Browse files
committed
Merge branch 'master' into v1
2 parents 91537ae + 99e3f82 commit b088f5b

File tree

3 files changed

+45
-33
lines changed

3 files changed

+45
-33
lines changed

.util/upgrade.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -e -u -x
4+
5+
cd "$(dirname "$0")/.."
6+
7+
rm -f package-lock.json
8+
9+
ncu -u
10+
npm install
11+
npm test
12+
git commit -a -m "Upgrade packages"

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
},
2626
"homepage": "https://github.com/oprypin/install-crystal",
2727
"dependencies": {
28-
"@actions/core": "^1.2",
28+
"@actions/core": "^1.2.6",
2929
"@actions/tool-cache": "^1.6.0",
3030
"@octokit/request": "^5.4.9",
3131
"node-fetch": "^2.6.1"
3232
},
3333
"devDependencies": {
34-
"eslint": "^7.9.0",
34+
"eslint": "^7.10.0",
3535
"jest": "^26.4.2"
3636
}
3737
}

0 commit comments

Comments
 (0)