Skip to content

Commit

Permalink
fix: usage of node12 in testing.yaml (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Oct 10, 2024
1 parent 4c5e981 commit ef5553b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -34,8 +34,8 @@ jobs:
- 8
- 6
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit ef5553b

Please # to comment.