Skip to content

Commit 8746ec5

Browse files
committed
dd
1 parent 7f8d788 commit 8746ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: "18.x"
19+
node-version: "20.x"
2020

2121
# Build the plugin
2222
- name: Build
2323
id: build
24+
continue-on-error: true
2425
run: |
2526
npm install
2627
npm run build --if-present

0 commit comments

Comments
 (0)