Skip to content

Commit

Permalink
feat(runtime): Update to Node 16 (#284)
Browse files Browse the repository at this point in the history
* feat(runtime): Update to Node 16

* Update test.yaml

* Update publish.yaml

* Update test.yaml

* Update codeql-analysis.yml

* Update action.yml
  • Loading branch information
mcaulifn authored Aug 30, 2022
1 parent 8f4629a commit 7b067d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "CodeQL"

on:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Publish

on:
Expand All @@ -23,7 +24,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
- run: |
yarn
- run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Test"
on:
pull_request:
Expand All @@ -11,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
- run: |
yarn
- run: |
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "spinnaker-pipeline-trigger"
description: "Triggers Spinnaker pipelines using AWS SNS"
author: "ExpediaGroup"
Expand All @@ -16,5 +17,5 @@ inputs:
required: false
default: us-west-2
runs:
using: "node12"
using: "node16"
main: "dist/index.js"

0 comments on commit 7b067d8

Please sign in to comment.