Skip to content

Commit

Permalink
chore: update node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Dec 14, 2023
1 parent 2706567 commit ea6f6f7
Show file tree
Hide file tree
Showing 15 changed files with 11,465 additions and 7,489 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
Expand All @@ -14,18 +14,21 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: npm

- name: Install packages
run: |
npm install
./node_modules/.bin/lerna bootstrap
(cd packages/dynamo ; npm install)
(cd packages/express ; npm install)
(cd packages/graphql ; npm install)
(cd packages/util ; npm install)
- name: Run test
run: ./node_modules/.bin/lerna run test
Loading

0 comments on commit ea6f6f7

Please sign in to comment.