Skip to content

Commit

Permalink
bump workflow to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed May 7, 2024
1 parent d03b50d commit 35f546f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- name: Install jq
run: sudo apt-get install -y jq
Expand Down

0 comments on commit 35f546f

Please sign in to comment.