Skip to content

Commit d4f3214

Browse files
authored
Merge pull request #2 from docsbydoxdox/hotfix/updated-packages
[hotfix] Updated packages.
2 parents b335bf1 + a2d1486 commit d4f3214

File tree

3 files changed

+1488
-1049
lines changed

3 files changed

+1488
-1049
lines changed

.github/workflows/test.workflow.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,18 @@ concurrency:
1515

1616
jobs:
1717
tests:
18-
runs-on: ${{ matrix.os }}
18+
runs-on: ubuntu-latest
1919
if: github.event.pull_request.draft == false
2020

21-
strategy:
22-
matrix:
23-
os: [ubuntu-latest]
24-
node: [18, 20]
25-
2621
steps:
2722
- name: Check out repository
2823
uses: actions/checkout@v4
2924

3025
- name: Install Node.js
3126
uses: actions/setup-node@v4
3227
with:
33-
node-version: ${{ matrix.node }}
28+
node-version: 20
29+
registry-url: 'https://registry.npmjs.org'
3430

3531
- name: Update NPM to latest
3632
run: npm install npm@latest -g

0 commit comments

Comments
 (0)