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 d37bca9 commit e74bdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: '18.12'
node-version: '18.17'

- name: Install pnpm
run: npm install -g pnpm@9 tsx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"verdaccio:login": "npm-cli-login -u user -p password -e [email protected] -r http://test.gobot.lvh.me:4873"
},
"engines": {
"node": ">=18.12.0"
"node": ">=18.17.0"
},
"keywords": [
"pocketbase",
Expand Down

0 comments on commit e74bdcd

Please sign in to comment.