Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 23, 2024
1 parent afb378c commit 2d6ff0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18.2'

- name: Install pnpm
run: npm install -g pnpm
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"verdaccio:serve": "verdaccio -c verdaccio.config.yaml -l 127.0.0.1:4873",
"verdaccio:login": "npm-cli-login -u user -p password -e test@example.com -r http://test.gobot.lvh.me:4873"
},
"engines": {
"node": ">=18.2.0"
},
"keywords": [
"pocketbase",
"pockethost"
Expand Down

0 comments on commit 2d6ff0d

Please sign in to comment.