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.
1 parent 7042bd7 commit 10aff69Copy full SHA for 10aff69
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
name: 'Tests (Node ${{ matrix.node_version }})'
9
strategy:
10
matrix:
11
- node_version: [16, 18]
+ node_version: [20]
12
runs-on: 'ubuntu-22.04'
13
steps:
14
- name: 'Checkout the current branch'
@@ -20,4 +20,4 @@ jobs:
20
- name: 'Install Node modules'
21
run: 'npm ci'
22
- name: 'Run tests'
23
- run: 'npm run test'
+ run: 'npm run test'
0 commit comments