Skip to content

Commit

Permalink
remove .nore-version
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 22, 2023
1 parent 1f728f5 commit 891e28f
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -62,7 +62,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: .node-version
node-version-file: action/package.json
cache: "npm"
cache-dependency-path: action/package-lock.json

Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

3 changes: 3 additions & 0 deletions action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"format": "prettier --write **/*.ts",
"test": "jest"
},
"engines": {
"node": ">=20.0.0"
},
"author": "Fuller, Inc.",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 891e28f

Please sign in to comment.