Skip to content

Commit

Permalink
[TASK] use node 20 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmatseriks committed Nov 12, 2024
1 parent cba07a2 commit ad8a2fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-guidelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js v 20
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Lint shell scripts with Shellcheck
run: docker run --rm -v "$PWD:/mnt" koalaman/shellcheck-alpine:stable find /mnt -type f -name '*.sh' -exec shellcheck '{}' +
Expand Down

0 comments on commit ad8a2fd

Please sign in to comment.