Skip to content

Commit

Permalink
Update node version for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Sep 22, 2023
1 parent 7e2bcd7 commit 66b33fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js lts/*
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: "Linting and testing"
run: |
Expand Down

0 comments on commit 66b33fd

Please sign in to comment.