Skip to content

Commit

Permalink
Really adding 22 this time; GHA is running branch scripts vs main.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed May 9, 2024
1 parent 8ded6f7 commit 3b38583
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/legacy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr-json-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches: [ json-csv ]

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

jobs:
test:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
Expand Down
2 changes: 1 addition & 1 deletion 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": "json-csv",
"version": "4.0.17",
"version": "4.0.18-alpha.1",
"description": "Easily convert JSON array to CSV in Node.JS via buffered or streaming.",
"homepage": "https://github.com/IWSLLC/json-csv",
"author": "Nathan Bridgewater <info@iws.io> (http://iws.io/)",
Expand Down

0 comments on commit 3b38583

Please sign in to comment.