Skip to content

Commit

Permalink
Merge pull request #9 from maki-it/dependency/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency node to v20
  • Loading branch information
kimdre authored Mar 11, 2025
2 parents 288dd0c + cd25252 commit 977e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: '18.20.7'
node-version: '20.18.3'
- name: Install npm package
run: "npm install --global json5"
- name: Validate
Expand Down

0 comments on commit 977e1fd

Please sign in to comment.