Skip to content

Commit

Permalink
prep for release (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Feb 6, 2024
1 parent 3be40ee commit 611b388
Show file tree
Hide file tree
Showing 6 changed files with 1,960 additions and 2,854 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- name: Perform npm tasks
run: npm run ci

- name: Perform 'setup-matlab'
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2

- name: Create buildfile.m in project root for tests
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
tag: ${{ steps.update-package-version.outputs.version }}
steps:
# Configure runner with the right stuff
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure git
run: |
git config user.name 'Release Action'
git config user.email '<>'
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"

# Call `npm version`. It increments the version and commits the changes.
# We'll save the output (new version string) for use in the following
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022-2023 The MathWorks, Inc.
# Copyright 2022-2024 The MathWorks, Inc.

name: Run MATLAB Build
description: >-
Expand All @@ -15,5 +15,5 @@ inputs:
required: false
default: ""
runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit 611b388

Please sign in to comment.