Skip to content

Commit

Permalink
fix: upgrade node version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhendumadhukar committed Aug 16, 2023
1 parent 0d2eb49 commit a4e5f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Checkout Source Files
Expand Down

0 comments on commit a4e5f24

Please sign in to comment.