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 03c1906 commit 923c28cCopy full SHA for 923c28c
.github/workflows/ci.yml
@@ -78,10 +78,10 @@ jobs:
78
timeout-minutes: 10
79
steps:
80
- uses: actions/checkout@v3
81
- - name: Use Node.js ${{ matrix.node-version }}.x
+ - name: Use Node.js 18.x
82
uses: actions/setup-node@v3
83
with:
84
- node-version: ${{ matrix.node-version }}.x
+ node-version: 18.x
85
cache: 'yarn'
86
- name: Install dependencies
87
run: |
0 commit comments