Skip to content

Commit

Permalink
New release (#77)
Browse files Browse the repository at this point in the history
* Updated dependencies, prepared next release

* Updated dependencies for the new release

* Updated setup-node action
  • Loading branch information
Razican authored Oct 14, 2022
1 parent c1349c0 commit 30fae30
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 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.4.1
uses: actions/setup-node@v3.5.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.

40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3"
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
Expand Down

0 comments on commit 30fae30

Please sign in to comment.