Skip to content

Commit

Permalink
build: upgrade to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
szenius authored Nov 20, 2022
1 parent 55d3d73 commit fec65f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Originally built for updating version tag in Notion page on commit. See [the tes
## Example Usage

```yml
uses: szenius/notion-update-page@1.1.13
uses: szenius/notion-update-page@2.0.0
with:
gh-username: "username"
gh-token: ${{ secrets.GH_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ inputs:
required: false
default: "rich_text"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notion-update-page",
"description": "Updating Notion page on merge of pull request",
"version": "1.0.0",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=offline node index.js",
Expand Down

0 comments on commit fec65f6

Please sign in to comment.