Skip to content

Commit

Permalink
Move to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jul 24, 2023
1 parent 547fd68 commit bead496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install project
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v2

- name: Set up Node
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: 18

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit bead496

Please sign in to comment.