Skip to content

Commit

Permalink
Merge pull request #222 from pzhlkj6612/ci-node-ver
Browse files Browse the repository at this point in the history
Update node.js version to 20; update CI dependencies to remove warnings
  • Loading branch information
jurplel committed Feb 6, 2024
2 parents f769d0f + 7641010 commit 386bf2f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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: 20
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: 20
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: 20
cache: npm
cache-dependency-path: action/

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
steps:
- name: Setup Python
if: ${{ inputs.setup-python == 'true' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.6.x - 3.11.x'

Expand Down
2 changes: 1 addition & 1 deletion action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ inputs:
example-modules:
description: Space-separated list of additional example modules to install.
runs:
using: node16
using: node20
main: lib/main.js

0 comments on commit 386bf2f

Please sign in to comment.