Skip to content

Commit

Permalink
Updating node version from 14 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
enisz committed Nov 3, 2023
1 parent e8892a3 commit 006af1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publishing Documentation
runs-on: ubuntu-latest
steps:
- uses: docker://node:14-alpine
- uses: docker://node:18-alpine
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand All @@ -25,4 +25,4 @@ jobs:
with:
branch: documentation
folder: ./build
target-folder: ./docs
target-folder: ./docs

0 comments on commit 006af1a

Please sign in to comment.