Skip to content

Commit 9412250

Browse files
authored
test: update Node versions in test workflow to use maintenance and active LTS releases (#291)
1 parent bd70add commit 9412250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ["18"]
13+
node: ["20", "22"]
1414
name: Build with Node ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
node: ["18"]
35+
node: ["20", "22"]
3636
package: [
3737
# Manually add packages here
3838
ios-stickers,

0 commit comments

Comments
 (0)