Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoodrow committed Jul 18, 2024
1 parent 093a63b commit 042958d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.2
node-version: 22
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.2
22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:ci": "jest"
},
"engines": {
"node": "22.2.0"
"node": "^22"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
Expand Down

0 comments on commit 042958d

Please sign in to comment.