Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update memoization #858

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Update memoization #858

wants to merge 5 commits into from

Conversation

nikolai-laevskii
Copy link
Contributor

@nikolai-laevskii nikolai-laevskii commented Sep 25, 2023

Description:
Memoization is replaced with the lodash's implementation.

Related issue:
No issue

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@nikolai-laevskii nikolai-laevskii requested a review from a team as a code owner September 25, 2023 13:44
@bijoyovi
Copy link

bijoyovi commented Oct 2, 2023

name: proxy

on:
pull_request:
paths-ignore:
- '.md'
push:
branches:
- main
- releases/*
paths-ignore:
- '
.md'

jobs:
test-proxy:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
options: --dns 127.0.0.1
services:
squid-proxy:
image: ubuntu/squid:latest
ports:
- 3128:3128
env:
https_proxy: http://squid-proxy:3128
steps:
- uses: actions/checkout@v3
- name: Clear tool cache
run: rm -rf $RUNNER_TOOL_CACHE/*
- name: Setup node 14
uses: ./
with:
node-version: 14.x
- name: Verify node and npm
run: tests/verify-node.sh 14

test-bypass-proxy:
runs-on: ubuntu-latest
env:
https_proxy: http://no-such-proxy:3128
no_proxy: api.github.com,github.com,nodejs.org,registry.npmjs.org,.s3.amazonaws.com,s3.amazonaws.com
steps:
- uses: actions/checkout@v3
- name: Clear tool cache
run: rm -rf $RUNNER_TOOL_CACHE/

- name: Setup node 11
uses: ./
with:
node-version: 11
- name: Verify node and npm
run: tests/verify-node.sh 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants