We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b335bf1 + a2d1486 commit d4f3214Copy full SHA for d4f3214
.github/workflows/test.workflow.yml
@@ -15,22 +15,18 @@ concurrency:
15
16
jobs:
17
tests:
18
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
19
if: github.event.pull_request.draft == false
20
21
- strategy:
22
- matrix:
23
- os: [ubuntu-latest]
24
- node: [18, 20]
25
-
26
steps:
27
- name: Check out repository
28
uses: actions/checkout@v4
29
30
- name: Install Node.js
31
uses: actions/setup-node@v4
32
with:
33
- node-version: ${{ matrix.node }}
+ node-version: 20
+ registry-url: 'https://registry.npmjs.org'
34
35
- name: Update NPM to latest
36
run: npm install npm@latest -g
0 commit comments