Skip to content

Commit

Permalink
ci: 👷 update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Can-Sahin committed Oct 23, 2022
1 parent d5aed5a commit 535c854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: release

on:
release:
types:
- created
types:
- created
workflow_dispatch:

jobs:
createAndTestCRAFromNpm:
strategy:
matrix:
node-version: [16.x, 17.x]
node-version: [16.x, 18.x]

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 535c854

Please sign in to comment.