Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Oct 19, 2023
1 parent 48f0c64 commit d7098a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_linting_and_basic_building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js lts/*
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit d7098a0

Please sign in to comment.