Skip to content

Commit a7dfa60

Browse files
committed
test the last 3 versions of node
1 parent 33e8981 commit a7dfa60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1313
strategy:
1414
matrix:
15-
node: [10, 12, 14, 16]
15+
node: [16, 18, 20]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 🛑 Cancel Previous Runs
@@ -40,8 +40,7 @@ jobs:
4040
release:
4141
needs: main
4242
runs-on: ubuntu-latest
43-
if:
44-
${{ github.repository == 'testing-library/svelte-testing-library' &&
43+
if: ${{ github.repository == 'testing-library/svelte-testing-library' &&
4544
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
4645
github.ref) && github.event_name == 'push' }}
4746
steps:

0 commit comments

Comments
 (0)