Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-watson committed Feb 14, 2024
1 parent b07f97c commit 96030d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
runs-on: ${{ matrix.os }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'
check-latest: true
#Checkout Source Code
- name: 'Checkout source code'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v4'
with:
ref: ${{ github.ref }}

Expand Down

0 comments on commit 96030d3

Please sign in to comment.