Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9008be5
Bump shell-quote from 1.7.2 to 1.7.3
dependabot[bot] Jun 22, 2022
3e54066
Merge pull request #89 from BuffettCode/dependabot/npm_and_yarn/shell…
akiomik Jul 15, 2022
b62ecc9
Improve HttpError
akiomik Jul 17, 2022
93154ac
Merge pull request #90 from BuffettCode/improve-http-error-handling
akiomik Jul 17, 2022
603e6e0
Bump terser from 4.4.3 to 4.8.1
dependabot[bot] Jul 20, 2022
cfa1960
Fix error handling
akiomik Oct 11, 2022
0e53d13
Add .node-version
akiomik Oct 11, 2022
8b6158a
Merge pull request #92 from BuffettCode/fix-error-handling
akiomik Oct 12, 2022
0acc039
Merge pull request #91 from BuffettCode/dependabot/npm_and_yarn/terse…
akiomik Oct 12, 2022
3bb8258
Bump json-schema and jsprim
dependabot[bot] Oct 12, 2022
4644f21
Bump ansi-regex, ansi-regex and ansi-regex
dependabot[bot] Oct 12, 2022
7fe7df4
Bump got and @google/clasp
dependabot[bot] Oct 12, 2022
fbb1a58
update test action
t2h5 Nov 7, 2022
48be8a7
update test action
t2h5 Nov 7, 2022
f77c063
Merge pull request #97 from BuffettCode/update-test-action
t2h5 Nov 7, 2022
b556be2
Merge pull request #95 from BuffettCode/dependabot/npm_and_yarn/got-a…
akiomik Nov 7, 2022
8a96555
Merge pull request #93 from BuffettCode/dependabot/npm_and_yarn/json-…
akiomik Nov 7, 2022
d083157
Merge pull request #94 from BuffettCode/dependabot/npm_and_yarn/ansi-…
akiomik Nov 7, 2022
d090788
Bump ini from 1.3.5 to 1.3.8
dependabot[bot] Nov 7, 2022
842fa2e
update argument
t2h5 Nov 7, 2022
72899fd
add company entity
t2h5 Nov 7, 2022
e551dcf
update client
t2h5 Nov 7, 2022
14c5d90
add company intent
t2h5 Nov 7, 2022
6f9eca5
fix test
t2h5 Nov 11, 2022
56cb878
Update src/main.ts
t2h5 Nov 11, 2022
7270cca
fix v3 bcode
t2h5 Nov 11, 2022
020c0f8
fix test
t2h5 Nov 11, 2022
09e39f8
Merge pull request #99 from BuffettCode/features/company
t2h5 Nov 11, 2022
35c1de7
Merge pull request #98 from BuffettCode/dependabot/npm_and_yarn/ini-1…
t2h5 Nov 11, 2022
8dbb801
Bump loader-utils and webpack-cli
dependabot[bot] Nov 11, 2022
bcdcf94
Merge pull request #100 from BuffettCode/dependabot/npm_and_yarn/load…
t2h5 Nov 11, 2022
0b3b0ce
bump up version to v16
t2h5 Nov 11, 2022
829f1e5
Merge pull request #103 from BuffettCode/bump-up-version
t2h5 Nov 11, 2022
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
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: npm install and test
run: |
npm ci
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.13.0
Loading