Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: "https://npm.pkg.github.com"

- name: Setup git tag committer info for set-version
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Build
run: |
npm i -g npm
npm i -g npm@8.19.4
npm ci
npm run set-version
npm run dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Build and test
run: |
npm i -g npm
npm i -g npm@8.19.4
npm ci
npm run ci
env:
Expand Down
Loading