Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 535c854

Browse files
committed
ci: 👷 update ci actions
1 parent d5aed5a commit 535c854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: release
22

33
on:
44
release:
5-
types:
6-
- created
5+
types:
6+
- created
77
workflow_dispatch:
88

99
jobs:
1010
createAndTestCRAFromNpm:
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 17.x]
13+
node-version: [16.x, 18.x]
1414

1515
runs-on: ubuntu-latest
1616
steps:

0 commit comments

Comments
 (0)