Skip to content

Commit

Permalink
⬆️ workflow to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jul 16, 2024
1 parent e0b1b6b commit edd9712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.5'
node-version: '20'
cache: 'npm'

- name: Build and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.5'
node-version: '20'
cache: 'npm'

# Build the plugin
Expand Down

0 comments on commit edd9712

Please sign in to comment.