Skip to content

Commit

Permalink
build: pin Node 21.x to minor
Browse files Browse the repository at this point in the history
Co-authored-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com>
closes #5430
  • Loading branch information
UlisesGascon committed Feb 26, 2024
1 parent e3eca80 commit b625132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -118,7 +118,7 @@ jobs:
node-version: "20.11"

- name: Node.js 21.x
node-version: "21.6.2"
node-version: "21.6"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b625132

Please sign in to comment.