Skip to content

Commit

Permalink
Update to node16
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 29, 2022
1 parent 8507d1c commit 1dca0af
Show file tree
Hide file tree
Showing 5 changed files with 10,538 additions and 6,188 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ncc build src
.PHONY: dist

dist:
ncc build src
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This action aims to resolve several outstanding user requests with [@actions/upl
* Globbing i.e. `./bin/*`
* Succinct - no need to populate content_type and a separate path input

## Check out my eBooks

[You can sponsor me on GitHub](https://github.com/sponsors/alexellis/), or check out my eBooks on Golang for Cloud Native Developers or Node.js for Serverless

[https://store.openfaas.com](https://store.openfaas.com)

## Requirements:

You can run into a "socket hangup", if you do, then add permissions for the action to write to contents.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ outputs:
browser_download_urls:
description: 'The URL users can navigate to in order to download the uploaded asset'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'package'
Expand Down
16,300 changes: 10,272 additions & 6,028 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1dca0af

Please sign in to comment.