Skip to content

Commit

Permalink
Merge pull request #23 from amtrack/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency node to v20
  • Loading branch information
amtrack authored Nov 8, 2023
2 parents 4adc3dc + fffbbfc commit 7325bc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: .node-version
- name: Install dependencies
run: npm ci
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
node-version-file: .node-version
- name: Install dependencies
run: npm ci
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit 7325bc1

Please sign in to comment.