Skip to content

Commit

Permalink
node-version check
Browse files Browse the repository at this point in the history
  • Loading branch information
miunau committed Jan 5, 2025
1 parent 470a05e commit 2dcb29e
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
node-version: [18.x, 20.x, 21.x, 22.x, 23.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": {
"salakala": "./dist/cli.js"
},
"version": "0.1.1",
"version": "0.1.2",
"description": "Generate .env files from various secret providers",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 2dcb29e

Please sign in to comment.