Skip to content

Commit 31b88c9

Browse files
authored
PXG-000: Upgrade to node 22 (#152)
1 parent d010336 commit 31b88c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: '22.x'
1616
cache: 'npm'
1717

1818
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: '22.x'
2121
cache: 'npm'
2222

2323
- name: Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
22.14.0

0 commit comments

Comments
 (0)