Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
halsk committed Jan 2, 2024
1 parent 65ddf59 commit c9b00c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v2

- name: setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '20.10.0'

- name: Cache dependencies
uses: actions/cache@v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 14
node-version: '20.10.0'
- run: yarn install
- run: yarn run lint

0 comments on commit c9b00c6

Please sign in to comment.