Skip to content

Commit

Permalink
Update node-version in build.yml from 20 to 22 (#154)
Browse files Browse the repository at this point in the history
I am upgrading Node across projects that our team contributes to. We
want the versions to be aligned so that developers can have consistent
behaviors across pipelines and their development machines.

See also:
ni/nimble#2364
https://dev.azure.com/ni/DevCentral/_git/Skyline/pullrequest/786732
  • Loading branch information
jattasNI authored Aug 29, 2024
1 parent d1c7701 commit 5fcd774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Install dependencies
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
Expand Down

0 comments on commit 5fcd774

Please sign in to comment.