Skip to content

Commit

Permalink
set up node
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Roberts123 committed May 25, 2024
1 parent 481a2a0 commit 4ca5d2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
steps:
- name: Log version 12
run: node --version
- name: Updated node
run: npm install -g n lts
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Checkout
uses: actions/checkout@v2
- name: Log version
Expand Down

0 comments on commit 4ca5d2d

Please sign in to comment.