Skip to content

Commit

Permalink
chore: regen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Nov 13, 2023
1 parent 61ef1f7 commit 513f9f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
ref: ${{ github.event.inputs.ref || 'main' }}

- name: Use Node.js v16
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: yarn
registry-url: https://registry.yarnpkg.com/

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4

- name: Use Node.js v16
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: yarn
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -69,10 +69,10 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4

- name: Use Node.js v16
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: yarn
registry-url: https://registry.yarnpkg.org/

Expand Down

0 comments on commit 513f9f4

Please sign in to comment.