Skip to content

Commit

Permalink
github actions runner node version update
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrul committed May 2, 2024
1 parent a890a5d commit fbc15bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,4 +23,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit fbc15bd

Please sign in to comment.