Skip to content

Commit

Permalink
Merge pull request #66 from toshimaru/bump-to-node16
Browse files Browse the repository at this point in the history
Bump node from node 12 to node16
  • Loading branch information
toshimaru authored Mar 28, 2022
2 parents 6a3b106 + a175a6e commit 4f96161
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Toshimaru
Copyright (c) 2020-2022 Toshimaru

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: 'A token for the repository'
default: '${{ github.token }}'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'user-plus'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "auto-author-assign",
"version": "1.4.0",
"private": true,
"description": "GitHub Actions: Assign pull request author automatically.",
"main": "src/index.js",
"scripts": {
Expand All @@ -14,11 +15,11 @@
},
"keywords": [
"github",
"actions",
"github-action"
],
"author": "toshimaru",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/toshimaru/auto-author-assign/issues"
},
Expand Down

0 comments on commit 4f96161

Please sign in to comment.