workflow tweaks

This commit is contained in:
MapleLeaf
2021-12-27 01:40:03 -06:00
parent 8e7afacc57
commit df77fd5d5c

View File

@@ -1,4 +1,4 @@
name: the name: main
on: on:
push: push:
@@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
# https://github.com/actions/setup-node#supported-version-syntax # https://github.com/actions/setup-node#supported-version-syntax
node-version: "lts/*" node-version: "16"
- run: npm i -g pnpm - run: npm i -g pnpm
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm run ${{ matrix.script-name }} - run: pnpm run ${{ matrix.script-name }}