Skip to content

Commit

Permalink
fix: upgrade build workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdashraf010897 committed Oct 5, 2023
1 parent df7f007 commit a57e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# PRs but also ensures that it only does work for Dependabot PRs.
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit a57e08d

Please sign in to comment.