Skip to content

Commit

Permalink
update node version for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed May 25, 2024
1 parent 6d4b063 commit a577f22
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 19.8.1
node-version: 22.2.0
check-latest: true

- name: Install dependencies
run: |
npm install -g npm@9.5.1
npm install -g npm@10.8.0
npm ci
- name: Build Distribution
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/presets_version.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 19.8.1
node-version: 22.2.0
check-latest: true

- name: Install dependencies
run: |
npm install -g npm@9.5.1
npm install -g npm@10.8.0
npm ci
- name: Build
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"ajv": "^8.12.0",
"async": "^3.2.5",
"bcp-47": "^2.1.0",
"better-sqlite3": "^8.3.0",
"better-sqlite3": "^10.0.0",
"binary-vdf-2": "^0.1.0",
"blizzard-product-parser": "https://github.com/cbartondock/blizzard-product-parser.git",
"cli-color": "^2.0.4",
Expand Down

0 comments on commit a577f22

Please sign in to comment.