Skip to content

Commit

Permalink
fix: use node version 18 for release (#384)
Browse files Browse the repository at this point in the history
* fix: upgrade dependencies

* fix: update all packages

* fix: use node version 18 for release
  • Loading branch information
idaho committed Aug 16, 2023
1 parent 0d2436a commit 1fa27f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 1fa27f8

Please sign in to comment.