Skip to content

Commit

Permalink
Bump Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackskennel committed Jan 30, 2023
1 parent ba368d9 commit 2ec824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: reverse-copycat
name: local-copy
description: "Locally copy files"
inputs:
src_path:
Expand All @@ -24,5 +24,5 @@ inputs:
unless `src_path` and `dst_path` are specified.
required: true
runs:
using: "node12"
using: "node16"
main: "./dist/index.js"

0 comments on commit 2ec824d

Please sign in to comment.