Skip to content

Commit

Permalink
update node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Jan 24, 2024
1 parent aa253e5 commit 141d05a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
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

0 comments on commit 141d05a

Please sign in to comment.