Skip to content

Commit dda53f7

Browse files
authored
Merge pull request #3 from AztecProtocol/fix/node-version
fix: bump CI node version to 22 for semantic-release
2 parents 693342d + 3abb64a commit dda53f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
- run: npm ci
2121
- name: Lint commits
2222
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
- run: npm ci
3232
- run: npm test
3333
- run: npm run build
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: 20
52+
node-version: 22
5353
registry-url: https://registry.npmjs.org
5454
- run: npm ci
5555
- run: npm run build

0 commit comments

Comments
 (0)