Skip to content

Commit c891eec

Browse files
committed
Bump versions
1 parent 5086fad commit c891eec

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
fail-fast: false # Whether to stop execution of other instances
1818
max-parallel: 4
1919
matrix:
20-
os: ["ubuntu-latest"]#, "windows-latest"] # , "macos-latest"
20+
os: ["ubuntu-latest", "windows-latest"] # , "macos-latest"
2121
steps:
2222
- name: Check out code
2323
uses: actions/checkout@v2
2424
- name: Set up node
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v3
26+
with:
27+
node-version: 16
2628
- name: Install dependencies
2729
run: npm install
2830
- name: Run tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lab-ci",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A small set of modules written in Node.js for running automated tests of MATLAB and Python code in response to GitHub events. Also submits code coverage to the Coveralls API.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)