Skip to content

Commit

Permalink
Merge pull request #63 from Procedure-RPC/dev
Browse files Browse the repository at this point in the history
v0.12.4
  • Loading branch information
toebeann authored Sep 29, 2022
2 parents 2ea65e3 + 085d978 commit aea9fa1
Show file tree
Hide file tree
Showing 9 changed files with 363 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
version: [16]
version: [lts/*]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node.js @ 16
- name: Setup node.js @ lts
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get npm cache directory
id: npm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Clean up gh-pages
run: rm -rf gh-pages

- name: Setup node.js @ 16
- name: Setup node.js @ lts
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get npm cache directory
id: npm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node.js @ 16
- name: Setup node.js @ lts
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get npm cache directory
id: npm-cache
Expand Down
254 changes: 244 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aea9fa1

Please sign in to comment.