Skip to content

Commit

Permalink
use newer version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
nburka committed Jan 2, 2024
1 parent f0071ed commit 27ac2c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
- name: Installing packages
run: yarn install
- name: Build my App
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x
- name: Installing packages
run: yarn install
- name: Linting code
Expand Down

0 comments on commit 27ac2c2

Please sign in to comment.