Skip to content

Commit

Permalink
Updated dependencies, prepared the new release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored May 31, 2022
1 parent 6fdd4e8 commit d04becb
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "criterion-compare-action",
"version": "3.2.1",
"version": "3.2.2",
"repository": "https://github.com/boa-dev/criterion-compare-action/",
"description": "Compare the performance of Rust project branches using criterion",
"main": "main.js",
Expand All @@ -12,12 +12,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.7.0",
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1"
"@actions/github": "^5.0.3"
},
"devDependencies": {
"@vercel/ncc": "^0.33.4",
"@vercel/ncc": "^0.34.0",
"prettier": "2.6.2"
}
}

0 comments on commit d04becb

Please sign in to comment.