Skip to content

Commit

Permalink
Use Node.js 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Nov 30, 2023
1 parent 75e9fd6 commit ae2a24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: yarn

- name: Install
Expand Down

0 comments on commit ae2a24c

Please sign in to comment.