Skip to content

Commit 66fc136

Browse files
committed
test the last 3 versions of node
1 parent ef13ff7 commit 66fc136

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
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [10, 12, 14, 16]
19+
node: [16, 18, 20]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: ⬇️ Checkout repo
@@ -41,8 +41,7 @@ jobs:
4141
release:
4242
needs: main
4343
runs-on: ubuntu-latest
44-
if:
45-
${{ github.repository == 'testing-library/svelte-testing-library' &&
44+
if: ${{ github.repository == 'testing-library/svelte-testing-library' &&
4645
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
4746
github.ref) && github.event_name == 'push' }}
4847
steps:

0 commit comments

Comments
 (0)