Skip to content

Commit dea2cc5

Browse files
dafflGitHub Actions Botfratzinger
authored
chore(dependencies): Update all dependencies (#414)
* chore(dependencies): Update dependencies * fix: add id to $select if not present --------- Co-authored-by: GitHub Actions Bot <hello@feathersjs.com> Co-authored-by: fratzinger <22286818+fratzinger@users.noreply.github.com>
1 parent ffedf9a commit dea2cc5

File tree

4 files changed

+860
-691
lines changed

4 files changed

+860
-691
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
database: ['sqlite', 'postgres']
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@v3
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
- run: npm install

0 commit comments

Comments
 (0)