Skip to content

Commit

Permalink
ci: use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Aug 28, 2022
1 parent 69c3624 commit dcea536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
- name: Release
env:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.8.0

0 comments on commit dcea536

Please sign in to comment.