Skip to content

Commit

Permalink
fix node.js deprecation into test.yml (#34)
Browse files Browse the repository at this point in the history
updated to node.js 20
  • Loading branch information
mosfet80 authored Nov 4, 2024
1 parent 4789fd1 commit 61a28b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: npm ci
- run: npm test

# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 61a28b7

Please sign in to comment.