Skip to content

Commit

Permalink
ci(Release Action): Change node-version from 14.x to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Jan 17, 2023
1 parent bc2da78 commit cb30282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit cb30282

Please sign in to comment.