Skip to content

Commit

Permalink
chore(website): Update website-publish.yml
Browse files Browse the repository at this point in the history
- use node 20
- updates checkout and setup-node actions
  • Loading branch information
lmammino authored Nov 15, 2023
1 parent 22cbf5c commit ebf1f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit ebf1f83

Please sign in to comment.