Skip to content

Commit

Permalink
fix: bump deploy docs workflow to node 18 (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Oct 18, 2023
1 parent 00e78ef commit 7f52f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'

- name: restore lock files
uses: actions/cache@master # must use unreleased master to cache multiple paths
Expand Down

0 comments on commit 7f52f70

Please sign in to comment.