Skip to content

Commit 7c9db32

Browse files
chore: Build tasks
Remove node 16.x Bump nvm rv to v22.4.3 Bump version number
1 parent 0823c3e commit 7c9db32

File tree

4 files changed

+107
-27
lines changed

4 files changed

+107
-27
lines changed

.github/workflows/nodejs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [16.x, 18.x, 20.x]
15+
node: [18.x, 20.x, 22.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
exclude: # TODO: Get macOS tests to pass by upgrading to https://github.com/nodejs/node-gyp/releases
1818
- os: macos-latest
1919
node: 18.x
2020
- os: macos-latest
2121
node: 20.x
22+
- os: macos-latest
23+
node: 22.x
2224

2325
steps:
2426
- name: Checkout repo

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.18.1
1+
v22.4.3

0 commit comments

Comments
 (0)