Skip to content

Commit

Permalink
Increase github actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
slak44 committed Feb 10, 2024
1 parent a862ccb commit d8390bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Cache node_modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit d8390bd

Please sign in to comment.