Skip to content

Commit

Permalink
build(ci): Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Jun 3, 2024
1 parent 3c6e0b0 commit cbd4a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

strategy:
matrix:
node-version: [ 18.x, 20.x, 22.x ]
# NOTE - 22 is failing due to odd bug - maybe bug in node? Need to re-enable later
node-version: [ 18.x, 20.x ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js 19.x to publish to npmjs.org
uses: actions/setup-node@v1
with:
node-version: '19.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Packages
Expand Down

0 comments on commit cbd4a1c

Please sign in to comment.