Skip to content

Commit

Permalink
Merge pull request #10 from KiloQubit/ci-node-version
Browse files Browse the repository at this point in the history
Update CI node to 16.
  • Loading branch information
nemgrea authored Mar 8, 2024
2 parents 586a6f6 + 4d9160e commit 81650d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
env:
GIT_BRANCH: ${{ github.head_ref }}
GIT_PR_BASE_BRANCH: ${{ github.base_ref }}
Expand Down

0 comments on commit 81650d7

Please sign in to comment.