Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(node): add node 18 to publish workflow (#542)
Browse files Browse the repository at this point in the history
* chore(node18): add to unit testing

* chore(node): add node 18 to publish workflow
  • Loading branch information
dogpatch626 authored Jun 12, 2023
1 parent fce315b commit 5a8c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Node Install
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- name: Installing Packages
env:
NODE_ENV: development
Expand Down

0 comments on commit 5a8c415

Please sign in to comment.