Skip to content

Commit

Permalink
Adjust deploy action to use node.js version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Mar 2, 2024
1 parent 46d5cb8 commit 927664c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "18.x"
- name: Install dependencies
run: npm install
- name: Run build
Expand Down

0 comments on commit 927664c

Please sign in to comment.