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 de6c171 commit a5092e6Copy full SHA for a5092e6
.github/workflows/build.yml
@@ -7,21 +7,15 @@ on:
7
8
jobs:
9
build:
10
-
11
runs-on: ubuntu-latest
12
13
- strategy:
14
- matrix:
15
- node-version: [16.x]
16
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v3
20
21
- - name: Set up Node.js ${{ matrix.node-version }}
+ - name: Set up Node.js
22
uses: actions/setup-node@v3
23
with:
24
- node-version: ${{ matrix.node-version }}
+ node-version: '20'
25
cache: 'yarn'
26
27
- name: Install dependencies
0 commit comments