Skip to content

Commit

Permalink
fix: bump node version in github workflow to 20
Browse files Browse the repository at this point in the history
This is not a fix, but I need to force a release
  • Loading branch information
supersnager committed Mar 3, 2024
1 parent 43c934e commit 2695c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
scope: '@chatscope'
- name: Install dependencies
Expand Down

0 comments on commit 2695c4d

Please sign in to comment.