Skip to content

Commit

Permalink
Merge pull request #49 from undg/master
Browse files Browse the repository at this point in the history
update node 16->20
  • Loading branch information
garygrossgarten authored Jul 11, 2024
2 parents 8a27854 + 51172d6 commit 2d32ef6
Show file tree
Hide file tree
Showing 7 changed files with 48,906 additions and 22,495 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scp-example-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
LOCAL: test
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup demo
run: |
mkdir test
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.12.1
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ inputs:
required: false
default: false
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
color: "purple"
Expand Down
Loading

0 comments on commit 2d32ef6

Please sign in to comment.