Skip to content

Commit

Permalink
feat: upgrade node version to v20 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Feb 13, 2024
1 parent a05cd04 commit 465c3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint:ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ user experience with Server Side Rendering enabled.

## Getting started

First, download and install [Node.js](https://nodejs.org/en/download). Version 18
First, download and install [Node.js](https://nodejs.org/en/download). Version 20
or higher is required.

Clone æScan repository
Expand Down

0 comments on commit 465c3da

Please sign in to comment.