Skip to content

Commit

Permalink
upd: runner to use nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanchuk committed Jun 3, 2024
1 parent b52c542 commit feaa1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.13.x]
node-version: [20.10.x]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit feaa1a7

Please sign in to comment.