Skip to content

Commit

Permalink
ci: use nodejs 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Oct 25, 2023
1 parent 64ce5a2 commit 547b2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: [20.8.1]
node-version: [20.9.0]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:

strategy:
matrix:
node-version:
- '18.18.0'
- '20.8.1'
node-version: ['20.9.0']

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

0 comments on commit 547b2ca

Please sign in to comment.