Skip to content

Commit

Permalink
update node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Nov 13, 2024
1 parent 21b1add commit f8c22f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'

- name: Install npm dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'

- name: Install npm dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion languages/perform.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language-Team: PerformWP <[email protected]>\n"
"POT-Creation-Date: 2024-11-13 10:01+0000\n"
"POT-Creation-Date: 2024-11-13 10:40+0000\n"
"Report-Msgid-Bugs-To: https://github.com/mehul0810/perform/issues/new\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8c22f6

Please sign in to comment.