Skip to content

Commit

Permalink
Upgrade action to Node v16 and actions/core to v1.10 (#68)
Browse files Browse the repository at this point in the history
Fixes #61, fixes #67

Co-authored-by: Michael Cousins <michael.cousins@viam.com>
  • Loading branch information
razor-x and mcous authored Apr 8, 2023
1 parent 71869b5 commit 1641d03
Showing 13 changed files with 928 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- ubuntu-latest
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -61,5 +61,5 @@ outputs:
description: The version number that was previously published to NPM

runs:
using: node12
using: node16
main: dist/index.js
Loading
Oops, something went wrong.

0 comments on commit 1641d03

Please sign in to comment.