Skip to content

Commit

Permalink
Upgrade node version (#112)
Browse files Browse the repository at this point in the history
* Updating to node16

Signed-off-by: Matthew Greenwald <[email protected]>

* Updating Node version and package-lock

Signed-off-by: Matthew Greenwald <[email protected]>

* Bumping referenced version

Signed-off-by: Matthew Greenwald <[email protected]>
  • Loading branch information
mdgreenwald authored Mar 12, 2022
1 parent d4aa91f commit 67e083c
Show file tree
Hide file tree
Showing 4 changed files with 3,201 additions and 636 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine3.12
FROM node:16-alpine3.14

# Create app directory
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Acceptable values are latest or any semantic version string like v2.16.7 Use thi

```yaml
- name: Sops Binary Installer
uses: mdgreenwald/mozilla-sops-action@v1.1.0
uses: mdgreenwald/mozilla-sops-action@v1.2.0
with:
version: '<version>' # default is latest stable
id: install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ branding:
icon: 'unlock'
color: 'gray-dark'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

Loading

0 comments on commit 67e083c

Please sign in to comment.