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 a525594 commit dcd32daCopy full SHA for dcd32da
.github/workflows/ci.yml
@@ -13,11 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
17
- - name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - name: Use Node.js v16
+ uses: actions/setup-node@v4
19
with:
20
- node-version: ${{ matrix.node-version }}
+ node-version: 16
21
- name: yarn install, build, and test
22
run: |
23
yarn --frozen-lockfile
0 commit comments