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.
2 parents e956571 + b648331 commit 10dac2fCopy full SHA for 10dac2f
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: npm install, build
.github/workflows/publish.yml
- name: npm publish
0 commit comments