Skip to content

Commit

Permalink
chore: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jul 9, 2024
1 parent 0fdb024 commit 304c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 304c6ea

Please sign in to comment.