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 c1bf50e commit 14d9f81Copy full SHA for 14d9f81
.github/workflows/lint.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: macos-latest
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Use Node.js 18.x
+ - name: Setup Node.js
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 18.x
+ node-version: current
20
- name: Lint
21
run: |
22
npm install
.github/workflows/test.yml
- name: npm install, build, and test
0 commit comments