Skip to content

Commit aea9fa1

Browse files
authored
Merge pull request #63 from Procedure-RPC/dev
v0.12.4
2 parents 2ea65e3 + 085d978 commit aea9fa1

File tree

9 files changed

+363
-114
lines changed

9 files changed

+363
-114
lines changed

.github/workflows/npm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
version: [16]
24+
version: [lts/*]
2525

2626
steps:
2727
- name: Checkout repository

.github/workflows/publish-code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v3
2020

21-
- name: Setup node.js @ 16
21+
- name: Setup node.js @ lts
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16
24+
node-version: lts/*
2525

2626
- name: Get npm cache directory
2727
id: npm-cache

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Clean up gh-pages
2626
run: rm -rf gh-pages
2727

28-
- name: Setup node.js @ 16
28+
- name: Setup node.js @ lts
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: 16
31+
node-version: lts/*
3232

3333
- name: Get npm cache directory
3434
id: npm-cache

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414

15-
- name: Setup node.js @ 16
15+
- name: Setup node.js @ lts
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: lts/*
1919

2020
- name: Get npm cache directory
2121
id: npm-cache

package-lock.json

Lines changed: 244 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)