Skip to content

Commit

Permalink
Update github workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda committed Jul 9, 2023
1 parent 4ce3c4c commit 1864583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-parser-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16]
node-version: [18]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-parser-icu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16]
node-version: [18]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 1864583

Please sign in to comment.