Skip to content

Commit 053cb76

Browse files
authored
Update node to 22 in release.yml
1 parent 392640d commit 053cb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: 3.8
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '22.x'
1818
- run: pip3 install --user virtualenv
1919
- run: make test
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v2
2727
with:
28-
node-version: 12
28+
node-version: 22
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn
3131
- run: yarn publish

0 commit comments

Comments
 (0)