Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update npm.yml (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP authored Jan 1, 2024
1 parent 227fbd5 commit 6726ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install TSC
run: npm install -g typescript
- name: copy-config
run: cp src/main/typescript/config.example.json src/main/typescript/config.json
run: cp src/main/json/config.example.json src/main/json/config.json
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6726ba6

Please sign in to comment.