Skip to content

Commit

Permalink
ci: release with node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Feb 14, 2023
1 parent bde301f commit 51a6bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 51a6bf0

Please sign in to comment.