Skip to content

Commit

Permalink
CI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Nov 13, 2023
1 parent 2947832 commit 4371109
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc

- name: NPM
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc

- name: NPM
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc

- name: NPM
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc

- name: NPM
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: .nvmrc

- name: NPM
run: npm ci
Expand Down

0 comments on commit 4371109

Please sign in to comment.