Skip to content

Commit 9e46bf5

Browse files
authored
Merge pull request #23 from byu-oit/node16
node 16
2 parents 9a4da7e + 7cbc9c3 commit 9e46bf5

File tree

6 files changed

+4025
-435
lines changed

6 files changed

+4025
-435
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
- 'v*'
88
env:
9-
node_version: "12.x"
9+
node_version: "16.x"
1010

1111
jobs:
1212
build: # make sure build/ci work properly
@@ -22,10 +22,7 @@ jobs:
2222
- name: npm install
2323
run: npm install
2424

25-
- name: npm build
26-
run: npm build
27-
28-
- name: npm run pack
25+
- name: npm run package
2926
run: npm run package
3027

3128
audit:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Log into Amazon ECR
2424
uses: aws-actions/amazon-ecr-login@v1
2525
- name: Create ECR repo if missing
26-
uses: byu-oit/github-action-create-ecr-repo-if-missing@v1
26+
uses: byu-oit/github-action-create-ecr-repo-if-missing@v2
2727
with:
2828
DOCKER_REPO_NAME: ${{ env.REPO }} # Your repo name goes here
2929
# ...
@@ -50,7 +50,7 @@ jobs:
5050
- name: Log into Amazon ECR
5151
uses: aws-actions/amazon-ecr-login@v1
5252
- name: Create ECR repo if missing
53-
uses: byu-oit/github-action-create-ecr-repo-if-missing@v1
53+
uses: byu-oit/github-action-create-ecr-repo-if-missing@v2
5454
with:
5555
DOCKER_REPO_NAME: ${{ env.REPO }} # Your repo name goes here
5656
NUM_DAYS_BEFORE_EXPIRING_UNTAGGED_IMAGES: 14

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ inputs:
2020
required: false
2121
# Defaults to retaining all tagged images
2222
runs:
23-
using: 'node12'
23+
using: 'node16'
2424
main: 'dist/index.js'

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)