Skip to content

Commit 46e61de

Browse files
committed
chore: update GitHub actions version
1 parent 0b8e670 commit 46e61de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,20 @@ on:
1313
jobs:
1414
integration:
1515
strategy:
16+
fail-fast: false # doesn't stop on first failure
1617
matrix:
1718
os: [ubuntu-latest]
1819
node-version: [18, 20, 22]
1920

2021
runs-on: ${{ matrix.os }}
2122
steps:
2223
- name: Checkout repository
23-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2425
with:
2526
fetch-depth: 1
2627

2728
- name: Set up Node.js ${{ matrix.node-version }}
28-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
2930
with:
3031
node-version: ${{ matrix.node-version }}
3132

0 commit comments

Comments
 (0)