Skip to content

Commit

Permalink
Update Github Actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed May 22, 2024
1 parent 1044ee2 commit 524e36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '20.x'

- name: Install Dependencies
run: npm run bootstrap
Expand Down

0 comments on commit 524e36c

Please sign in to comment.