Skip to content

Commit

Permalink
chore: Build tasks
Browse files Browse the repository at this point in the history
Remove node 16.x
Bump nvm rv to v22.4.3
Bump version number
  • Loading branch information
robertleeplummerjr committed Jul 9, 2024
1 parent 0823c3e commit 7c9db32
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 27 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16.x, 18.x, 20.x]
node: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude: # TODO: Get macOS tests to pass by upgrading to https://github.com/nodejs/node-gyp/releases
- os: macos-latest
node: 18.x
- os: macos-latest
node: 20.x
- os: macos-latest
node: 22.x

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.18.1
v22.4.3
Loading

0 comments on commit 7c9db32

Please sign in to comment.