Skip to content

Commit

Permalink
bump node version for workflow
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 Nov 1, 2023
1 parent 62532f0 commit 703889f
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@v3
with:
node-version: '18'
node-version: '20'
cache: 'npm'
- name: "Linting and testing"
run: |
Expand Down

0 comments on commit 703889f

Please sign in to comment.