Skip to content

Commit

Permalink
update workflow to Node.js 20
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Sep 7, 2024
1 parent 89661a5 commit c91f0b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20 # Updated to Node.js 20

# TNO Terminology Design tools
- name: Install terminology tools globally
Expand All @@ -45,6 +45,9 @@ jobs:
commit_message: Update MRGs
file_pattern: 'docs/glossaries/mrg.*.yaml'

- name: Update Browserslist DB # Added step to update browserslist database
run: npx update-browserslist-db@latest --yes

- name: Install Dependencies
run: npm install

Expand Down

0 comments on commit c91f0b3

Please sign in to comment.