Skip to content

Commit

Permalink
Use node 20 for check plugin CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
a110605 committed Sep 21, 2024
1 parent 52b2df9 commit 306a391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '20.x'
- name: Validate Plugin build system
run: ./shell/scripts/test-plugins-build.sh
shell: bash
Expand Down

0 comments on commit 306a391

Please sign in to comment.