Skip to content

Commit

Permalink
upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStroud committed Sep 5, 2024
1 parent ec6df2d commit fc3fedb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: ['16', '18', '20']
node-version: ['18', '20', '22']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.17.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amaabca/sensitive-param-filter",
"version": "1.2.9",
"version": "1.2.10",
"description": "A package for filtering sensitive data (parameters, keys) from a variety of JS objects",
"main": "src/index.js",
"author": "Alberta Motor Association",
Expand Down

0 comments on commit fc3fedb

Please sign in to comment.