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 6abad52 + c1e126c commit a033d5bCopy full SHA for a033d5b
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: npm install, build
.github/workflows/publish.yml
- name: npm publish
0 commit comments