Skip to content

Commit

Permalink
chore: github actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Nov 4, 2024
1 parent 6df45d1 commit 448b46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '14.15.3'
- name: Setup Env
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"private": false,
"engines": {
"node": ">=20.0.0"
"node": ">=14.0.0"
},
"bin": {
"omniboard": "./dist/index.js"
Expand Down

0 comments on commit 448b46f

Please sign in to comment.