Skip to content

Commit

Permalink
Update node.js version to 18; update CI dependencies to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhlkj6612 committed Jan 28, 2024
1 parent 33a804f commit e9a7058
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
example-modules: qtsensors

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: action/

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: action/

Expand Down Expand Up @@ -89,11 +89,11 @@ jobs:


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: action/

Expand Down

0 comments on commit e9a7058

Please sign in to comment.