Skip to content

Commit

Permalink
stop ignoring package json
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed May 10, 2024
1 parent 78f5d53 commit d2a4455
Show file tree
Hide file tree
Showing 3 changed files with 7,096 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version-file: "package.json"
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!parts_of_speech.json
!tag_order.json
!languages.json
!package.json
!package*.json
!data/test/kaikki/*.json
!data/test/tidy/*.json
!data/test/dict/**/*.json
Expand Down
Loading

0 comments on commit d2a4455

Please sign in to comment.