Skip to content

Commit 10e64c3

Browse files
authored
Merge pull request #32 from templerobotics/sponsor_update
Sponsor update
2 parents 85cdd9f + 925b43a commit 10e64c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+4883
-19252
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Node.js CI
55

6-
on:
7-
push:
8-
branches: [ "master" ]
9-
pull_request:
10-
branches: [ "master" ]
6+
on: [push]
117

128
jobs:
139
build:
@@ -16,7 +12,7 @@ jobs:
1612

1713
strategy:
1814
matrix:
19-
node-version: [16.x]
15+
node-version: [20.x]
2016
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2117

2218
steps:
@@ -26,6 +22,6 @@ jobs:
2622
with:
2723
node-version: ${{ matrix.node-version }}
2824
cache: 'npm'
29-
- run: npm ci --legacy-peer-deps
25+
- run: npm ci
3026
- run: npm run build --if-present
3127
- run: npm test

0 commit comments

Comments
 (0)