Skip to content

Commit

Permalink
ci: update nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Oct 19, 2023
1 parent 7084012 commit 11acfa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [19.8.1]
node-version: [20.8.1]

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
node-version:
- '16.17.1'
- '19.8.1'
- '18.18.0'
- '20.8.1'

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
Expand Down

0 comments on commit 11acfa2

Please sign in to comment.