Skip to content

Commit

Permalink
bump version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
piscis committed Dec 9, 2022
1 parent 0e310b8 commit 32656ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains example templates written in MJML to create mailchimp c

## Prerequisits

* NodeJS >= 16.x
* NodeJS >= 18.x
* PNPM 7.x
* *Recommended:* [Visual Studio Code Extention for MJML](https://marketplace.visualstudio.com/items?itemName=mjmlio.vscode-mjml)

Expand Down

0 comments on commit 32656ba

Please sign in to comment.