Skip to content

Commit

Permalink
update to Node.JS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Dec 14, 2023
1 parent 00ce164 commit 6708285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mta-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: pwd
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'npm'
- name: Check node version
run: node --version
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20

0 comments on commit 6708285

Please sign in to comment.