Skip to content

Commit

Permalink
👷 update node
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jun 3, 2024
1 parent b45d2d4 commit 80d43b9
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
@@ -29,7 +29,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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 80d43b9

Please sign in to comment.