Skip to content

Commit 1641d03

Browse files
razor-xmcous
andauthoredApr 8, 2023
Upgrade action to Node v16 and actions/core to v1.10 (#68)
Fixes #61, fixes #67 Co-authored-by: Michael Cousins <michael.cousins@viam.com>
1 parent 71869b5 commit 1641d03

13 files changed

+928
-113
lines changed
 

‎.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 10
2323
strategy:
24-
fail-fast: true
24+
fail-fast: false
2525
matrix:
2626
os:
2727
- ubuntu-latest

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ outputs:
6161
description: The version number that was previously published to NPM
6262

6363
runs:
64-
using: node12
64+
using: node16
6565
main: dist/index.js

0 commit comments

Comments
 (0)
Failed to load comments.