Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Jan 9, 2024
1 parent abdc197 commit 85131a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,4 +24,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- run: yarn test

0 comments on commit 85131a3

Please sign in to comment.